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
Graphql.js removed the isDeprecated field from GraphQLField in version 16.0.0. Therefore, projects that use graphql v.16.0.0 and up will not have the graphiql-explorer-deprecated className applied, since there is a check for the isDeprecated field.
Recommendation: use the deprecationReason field instead:
Graphql.js removed the
isDeprecated
field fromGraphQLField
in version 16.0.0. Therefore, projects that use graphql v.16.0.0 and up will not have thegraphiql-explorer-deprecated
className applied, since there is a check for theisDeprecated
field.Recommendation: use the
deprecationReason
field instead:should instead be:
The text was updated successfully, but these errors were encountered: