webtau icon indicating copy to clipboard operation
webtau copied to clipboard

GraphQL DSL - wrap execution in a step

Open tsiq-karold opened this issue 5 years ago • 4 comments

Similar to how http execution is wrapped in a step.

tsiq-karold avatar Aug 07 '20 09:08 tsiq-karold

If you delegate to http.post then it is going to be double wrapped?

MykolaGolubyev avatar Aug 07 '20 17:08 MykolaGolubyev

Yes but I thought we supported something along the lines of sub-step?

tsiq-karold avatar Aug 07 '20 18:08 tsiq-karold

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?

MykolaGolubyev avatar Aug 07 '20 19:08 MykolaGolubyev

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.

tsiq-karold avatar Aug 07 '20 19:08 tsiq-karold

closing as not active

MykolaGolubyev avatar Jan 06 '23 17:01 MykolaGolubyev