Prefix all types, queries and mutations to be unique? #4202
Unanswered
matthiaslischka
asked this question in
Q&A
Replies: 0 comments
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.
-
We combine a lot of .Net HotChocolate Graphql backends in one API Gateway. All types, queries and mutations should therefore be named uniquely to avoid conflicts. I think if a name is not unique currently the last one wins.
Is there a best practice for something like that?
Maybe a generic way to prefix everything within one .net backend with some project name?
What should I do about "global" stuff like the type "pageInfo". Also prefix it?
BR
Beta Was this translation helpful? Give feedback.
All reactions