Replies: 1 comment
-
What are the two data sources? i.e. where is If |
Beta Was this translation helpful? Give feedback.
0 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.
-
Apologies for raising this question here, but I'm new to GraphQL/Hasura and don't know if I'm barking up the wrong tree.
I have a graphQL query that essentially queries two datasources. I need to pass some data returned from the first part of the query to the second part. i.e. Pass the returned
hostname
from theconfig
query to theCommonName
in theGetCertificate
query. e.g.So basically perform a single query but pass in some of the output from the first part of the query to the second part.
I have also asked the question here on Stack-overflow however, I'm not sure if its possible to implement within Hasura.
https://stackoverflow.com/questions/66350642/graphql-interpolation-between-queries
Beta Was this translation helpful? Give feedback.
All reactions