May I know if there is anyway for orchestration of...
# prisma-whats-new
n
May I know if there is anyway for orchestration of graphql queries? Is it done using hooks?
or is it by subscriptions? so choreography?
n
I don't understand your question.
j
I have accomplished something like this with AWS step-functions, not sure if that’s what you mean by “orchestration” tho
n
@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! 🙂