Reference returned values in later queries ? #2275
Unanswered
Angahran
asked this question in
Q&A / Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Graphiql newbie here so please forgive me if this is something obvious.
Is it possible to run a graphiql query and have fields returned by that query available to later queries ?
e.g.
query searchByPhone takes a phone number and returns a firstname and lastname.
query searchByName takes a firstname and a lastname and returns a street address.
Would it be possible to simply provide a phone number and have searchByName use the firsname and lastname returned by searchByPhone ?
Beta Was this translation helpful? Give feedback.
All reactions