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
With the GraphQL Spec having moved the deprecation of input values (field args, directive args, input fields) to Stage 3 (graphql/graphql-spec#805), we should consider deprecation_reason when comparing arguments. This is already supported for enums and fields. GraphQL-Ruby supports specifying a reason on arguments (docs).
The text was updated successfully, but these errors were encountered:
With the GraphQL Spec having moved the deprecation of input values (field args, directive args, input fields) to Stage 3 (graphql/graphql-spec#805), we should consider
deprecation_reason
when comparing arguments. This is already supported for enums and fields. GraphQL-Ruby supports specifying a reason on arguments (docs).The text was updated successfully, but these errors were encountered: