Is it possible to deprecate an input parameter on GraphQL query?

You have to depreciate in the schema not a custom function. You can create a custom input schema, then depreciate it there.

https://dgraph.io/docs/graphql/schema/deprecated/#sidebar

J

1 Like