Multiple schema files with query / mutation types and codegen #688
tammomueller
started this conversation in
General
Replies: 1 comment 1 reply
-
|
you can use the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to follow a schema-first workflow and have a large number of domain specific types, queries and mutations. I'd like to break them out into domain specific schema files, however, defining the query / mutation type causes duplication issues during code gen,
Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions