Get query string before executing #50
Closed
enriquinho-catalan
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
At the moment, there is no easy way to do it. I will have a look at how to support it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are some graphQL queries that consume another query in the form of a string such as Shopify's bulk operations:
https://shopify.dev/docs/api/usage/bulk-operations/queries
Would it be possible to generate queries and serialize them to a string before sending a request to acommodate this use case?
Beta Was this translation helpful? Give feedback.
All reactions