v3.0.1
Patch release of GraphQL-core 3, based on GraphQL.js v14.5.8.
This is essentially the same as version 3.0.0 except for one minor change:
- The
utilities.get_introspection_query
module has been renamed back toutilities.introspection_query
, since that was the name used in GraphQL.js v14.5.8 - renaming the module will be postponed to a version that replicates GraphQL.js v15.0.0.
Note that the introspection_query
constant was already deprecated in v14 and had not been ported to graphql-core, like some other deprecated features.