Prefix schemas in a gateway #6606
Unanswered
alexandru-costan
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
-
Hello.
Is there any way to prefix all the object types when using Stitching? I have multiple smaller GraphQL servers which have duplicates between them, and somehow, even though the object types are being properly prefixed when duplication is detected, when trying to run the query for object A, I can only fill in the fields from object B.
I am using projections over EF Core 6 with paging, filtering and sorting and what seems to happen is that the Connection objects created when adding paging are merged into a single connection object with the node pointing to object B.
Beta Was this translation helpful? Give feedback.
All reactions