-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
2019 Week 32-34
graphql.AssertException: All types within a GraphQL schema must have unique names. No two provided types may have the same name.
No provided type may have a name which conflicts with any built in types (including Scalar and Introspection types).
You have redefined the type 'Deals' from being a 'GraphQLObjectType' to a 'GraphQLObjectType'
at graphql.schema.GraphQLTypeCollectingVisitor.assertTypeUniqueness(GraphQLTypeCollectingVisitor.java:105)
at graphql.schema.GraphQLTypeCollectingVisitor.visitGraphQLObjectType(GraphQLTypeCollectingVisitor.java:38)
at graphql.schema.GraphQLObjectType.accept(GraphQLObjectType.java:163)
at graphql.schema.TypeTraverser$TraverserDelegateVisitor.enter(TypeTraverser.java:71)