Is there any way to chain requests into a flow, or execute a request in my collection from another request's pre/post script? #2853
RichardFlanagan
started this conversation in
General
Replies: 1 comment 4 replies
-
None of that is natively possible in Altair |
Beta Was this translation helpful? Give feedback.
4 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.
-
I have a collection where most requests require data to be preloaded so I can reference items by id ect
Right now, I'm manually running several requests in sequence that build up a data structure in the env, and reuse that for future requests.
Is there any way to chain these requests in one flow so I can just execute one setup script instead of manually running each?
also is there a nice way to execute a gql request from another gql request, without manually building ajax? that could also help me break up the monolithic setup flow above, and load data on demand per request
Beta Was this translation helpful? Give feedback.
All reactions