Recommended way to codegen across separate repos #8203
-
Hi, We have services split up into separate repos and I'm wondering if there's a way to do generation within one repo (where our frontend lives) using a GraphQL schema that lives in another, apart from the obvious (cloning + relative pathing) |
Beta Was this translation helpful? Give feedback.
Answered by
charlypoly
Aug 9, 2022
Replies: 1 comment 5 replies
-
Hi @hobbsh! Apart from cloning the repo or using relative pathing, there are many ways to fetch the schema with codegen:
Let me know if I can provide more details on one of the proposed solution. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
charlypoly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @hobbsh!
Apart from cloning the repo or using relative pathing, there are many ways to fetch the schema with codegen: