Replies: 1 comment 3 replies
-
| @1Maxnet1 This is a known limitation of Dgraph's GraphQL federation support, the type generation isn't fully federation-aware for extended types. I don't think this will be a priority in the near term. You may be able to work around it by (taking the example in the forum):
|
Beta Was this translation helpful? Give feedback.
3 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.
-
As already discussed here: https://discuss.dgraph.io/t/cannot-use-apollo-federation-with-multiple-dgraph-instances/15562 dgraph automatically generates helper types when loading a GraphQL schema. When I now want to compose a supergraph for two dgraph instances, I am unable to composite schema (e.g. with apollo-rover or hive cli) to load into my gateway. Is there any possibility to deactivate the generation of helper types to allow to federate multiple graph databases?
Beta Was this translation helpful? Give feedback.
All reactions