Is there a way to get the raw query string for 'pass-through'? #1750
Replies: 1 comment
-
|
I couldn't find a way to cleanly do this. Also it is pretty opposite of what you should do in graphql. Ideally you'd find some way to federate or you'll have to duplicate the schema of the service your calling. |
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.
-
Hi team, I am using Netflix DGS as a server framework and am looking for a way to 'pass-through' part of the query we receive. I am building a server that will call 3 different graphql endpoints and combine the results. And while this ideally would be a use-case for federation, for reasons we are unable to do it.
So I am hoping there is a way to take part of the query our server gets in order to pass it to one of the graphql endpoints. Something like:
Is something like this possible?
Beta Was this translation helpful? Give feedback.
All reactions