Behapi icon indicating copy to clipboard operation
Behapi copied to clipboard

Add new step for easier graphql query

Open mhlsf opened this issue 5 years ago • 1 comments

Add a step that by default set the method to post and the route for the request to /graphql.

Also Json encode the query into the graphQl wrapper.

mhlsf avatar Jul 01 '20 08:07 mhlsf

Had my eyes on this a short while ago, not sure if it is pertinent to have a graphql step to be honest, as a graphql reequest can be sent through a simple http request (with the graphql query as the body).

Taluu avatar Nov 18 '20 16:11 Taluu