Replies: 1 comment 2 replies
-
Can you share a repro uf this issue? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project where the GraphQL code is split between assemblies.
If I have a Query extension class in two assemblies and both have a resolver that has [UsePaging] i get this error
The name
PageInfo
was already registered by another type. (HotChocolate.Types.Pagination.PageInfoType)Any ideas why I would get this and how to resolve please?
Beta Was this translation helpful? Give feedback.
All reactions