i want to import GraphQLLocatedError
and except it like this.
from graphql.error.located_error import GraphQLLocatedError
try:
try code
except GraphQLLocatedError:
except code
but it doesn't work.. please help me.
i want to import GraphQLLocatedError
and except it like this.
from graphql.error.located_error import GraphQLLocatedError
try:
try code
except GraphQLLocatedError:
except code
but it doesn't work.. please help me.