Duplicated Type Name Error
Description
This error is thrown when you try to register two types with the same name in the schema.
For example, the following code will throw this error:
How to fix this error
To fix this error you need to make sure that all the types in your schema have
unique names. For example in our example above we can fix this error by changing
the name
argument of the UserB
type: