Supporting two GraphQL endpoints with common types #545
markedwards
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm implementing two GraphQL endpoints that need to share some common types and fields. The solution looks something like:
It works, but is this likely to blow up in my face for some reason?
Beta Was this translation helpful? Give feedback.
All reactions