#Mutation input
3 messages · Page 1 of 1 (latest)
@crisp kraken - The name of the argument can be any name. It's just best practice to use the same name as the input object.
I think he meant the string value passed to the decorstor. That must match exactly the name in the schema (in case of shema first), or it will be what gets generated in the schema (code first). That's due to the fact that typescript can't read the name of the parameter itself.