Update graphene test for graphql 3.2.0

ref 09ff14f68b
This commit is contained in:
ddelange 2022-04-04 13:29:56 +02:00 committed by GitHub
parent 61f0d8a8e0
commit cc187ef1e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
from promise import Promise, is_thenable from promise import Promise, is_thenable
from graphql.error import format_error as format_graphql_error from graphql.error.graphql_error import format_error as format_graphql_error
from graphql.error import GraphQLError from graphql.error import GraphQLError
from graphene.types.schema import Schema from graphene.types.schema import Schema