You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest apollo-router supports a draft version of the spec, that adds support for deprecated input values: graphql/graphql-spec#805
Currently gqlparser support is still at the 2018 spec, resulting in errors when a client requests introspection fields like isDeprecated and deprecationReason on the __InputValue.
To fix this the prelude.graphql should be updated to include the draft introspection schema. Next to that, there are a few updated validation rules that need adoption as well.