Skip to content

Instantly share code, notes, and snippets.

@cramhead
Created April 1, 2018 03:00
Show Gist options
  • Select an option

  • Save cramhead/179f0481e97ce20ff777dd2c3d8b4bff to your computer and use it in GitHub Desktop.

Select an option

Save cramhead/179f0481e97ce20ff777dd2c3d8b4bff to your computer and use it in GitHub Desktop.
Apollo Curl example
curl \
-X POST \
-H "Content-Type: application/json" \
--data '{ "query": "{ posts { title } }" }' \
https://1jzxrj179.lp.gql.zone/graphql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment