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
In GraphQL-core 3.0.0, introspection_query has been already removed, although 3.0.0 claims to be compatible with GraphQL.js 14. This should only be removed when we release a version compatible with GraphQL.js 15.
The text was updated successfully, but these errors were encountered:
Will release a bugfix soon. The recommended usage that should work with all versions is from graphql.utilities import get_introspection_query or from graphql import get_introspection_query and then introspection_query = get_introspection_query(). You can also pass whether you want descriptions as an argument.
In GraphQL-core 3.0.0,
introspection_query
has been already removed, although 3.0.0 claims to be compatible with GraphQL.js 14. This should only be removed when we release a version compatible with GraphQL.js 15.The text was updated successfully, but these errors were encountered: