-
Hi All, I've been looking for a way to run a single generator sourcing multiple graphql APIs and generating a single output to be consumed by our mobile app. We currently have multiple systems providing GraphQL endpoints, but we do not yet have an API Gateway with federation to serve these into a single endpoint. it is on our backlog to do so, but we don't have the capacity just now to get it up and running. I've noticed the generator support multiple schemas, but I coudn't find how I can set it up each schema route the GraphQL to a different endpoint. Is this possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
If you want to merge those schemas;
Or if you want to generate different types for each so they will be handled seperately
|
Beta Was this translation helpful? Give feedback.
If you want to merge those schemas;
Or if you want to generate different types for each so they will be handled seperately