get-graphql-schema icon indicating copy to clipboard operation
get-graphql-schema copied to clipboard

Include depreciated input values in introspection query

Open mdnorman opened this issue 3 years ago • 0 comments
trafficstars

Currently, the default introspection query ignores any deprecated arguments for query and mutation inputs. Because they are excluded in the introspection query, the server won't even return them as potential values when saving the schema. When a value is deprecated, it should be available along with the deprecation reason since that will typically have instructions about other arguments to use instead so you can slowly migrate your code over to the new values.

mdnorman avatar Feb 12 '22 17:02 mdnorman