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
It seems like if you have a GraphQLSchema containing a directive definition that has an argument that is an enum, trying to deepcopy it results in a TypeError:
It seems like if you have a
GraphQLSchema
containing a directive definition that has an argument that is an enum, trying todeepcopy
it results in aTypeError
:Using
graphql-core
version 3.2.3.The text was updated successfully, but these errors were encountered: