webtau
webtau copied to clipboard
GraphQL DSL - wrap execution in a step
Similar to how http execution is wrapped in a step.
If you delegate to http.post then it is going to be double wrapped?
Yes but I thought we supported something along the lines of sub-step?
We do. Was asking if we need double step at all. What extra info will you add in the parent step? And how much of it will be repeated in the inner step?
I don't know. I haven't fully thought through all the issues I raised but I didn't want to forget about them either :)
If we do a bit more processing of the request and response (eg parsing or constructing) then at least the timing element may be useful.
This is relatively low priority though.
closing as not active