Safe check Schema for Graphene v3 #52
Labels
type: maintenance
An issue or pull request describing a change that isn't a bug, feature or documentation change
Milestone
While testing locally the new server-core, I noticed I had to do this on my schema:
Notice the graphql_schema part, I don't remember having to use it but since we assert on run_http_query function that it MUST be a GraphQLSchema, now we are forced to use the attribute
graphql_schema
of theSchema
type.@jkimbo suggested at the Slack channel to add a little compatibility layer to ensure it will work for both cases:
This issue was made as remainder.
The text was updated successfully, but these errors were encountered: