Skip to content

Instantly share code, notes, and snippets.

@duksis
Created September 25, 2019 20:46
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 duksis/03210adc3ece8781f27f00ce10814633 to your computer and use it in GitHub Desktop.
Save duksis/03210adc3ece8781f27f00ce10814633 to your computer and use it in GitHub Desktop.
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