Created
September 25, 2019 20:46
-
-
Save duksis/03210adc3ece8781f27f00ce10814633 to your computer and use it in GitHub Desktop.
This file contains 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
curl 'https://gql.example.com/v1' \ | |
-d '{"query": "query($id:Int!) user(id: $id) { name }", "variables": {"id": 1}}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment