Skip to content

Instantly share code, notes, and snippets.

@samlucax
Last active November 28, 2019 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samlucax/3bc6ece7541f622039529d524258a847 to your computer and use it in GitHub Desktop.
Save samlucax/3bc6ece7541f622039529d524258a847 to your computer and use it in GitHub Desktop.
Given text query =
"""
{
pokemon(name: "Pikachu") {
id
attacks {
special {
name
}
}
}
"""
And request { query: '#(query)' }
When method post
Then status 200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment