Last active
November 28, 2019 17:45
-
-
Save samlucax/3bc6ece7541f622039529d524258a847 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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