May I know if there is anyway for orchestration of graphql queries? Is it done using hooks?
nikIdea
03/02/2018, 10:08 AM
or is it by subscriptions? so choreography?
n
nilan
03/02/2018, 10:14 AM
I don't understand your question.
j
jlg
03/02/2018, 6:09 PM
I have accomplished something like this with AWS step-functions, not sure if that’s what you mean by “orchestration” tho
n
nikIdea
03/03/2018, 6:50 AM
@nilan I wanted to know if there was anyway of running many queries in a particular order or workflow. @jlg Yes this is what I am looking for thanks! 🙂