We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Attempting to create requests for a GraphQL server leads to some nasty syntax: #9 (comment)
Current plan for a response body generator:
POST {{base_url}}/graphql < {% var query = '{\ leftComparison: hero(episode: EMPIRE) {\ ...comparisonFields\ }\ rightComparison: hero(episode: JEDI) {\ ...comparisonFields\ }\ }\ fragment comparisonFields on Character {\ name\ appearsIn\ friends {\ name\ }\ }'; return { "query": query }; %} > {% console.log(response); %}
Note the symmetry of the syntax:
< {% ... %}
> {% ... %}
The text was updated successfully, but these errors were encountered:
@noredirect
No branches or pull requests
Attempting to create requests for a GraphQL server leads to some nasty syntax:
#9 (comment)
Current plan for a response body generator:
Note the symmetry of the syntax:
< {% ... %}
for a request body generator> {% ... %}
for a response handler (existing)The text was updated successfully, but these errors were encountered: