How to combine data of same type from two different remote schemas? #8424
Unanswered
AakashSorathiya
asked this question in
Question
Replies: 0 comments
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.
-
I have two remote graphql schemas:
Here
id
is a connection point between the two.Now the requirement is to fetch data from both remote schemas and combine it by matching the
id
.Is this possible with hasura?
Beta Was this translation helpful? Give feedback.
All reactions