Skip to content

Instantly share code, notes, and snippets.

@sogko
Last active October 12, 2015 07:15
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 sogko/5fdd995d501834f42708 to your computer and use it in GitHub Desktop.
Save sogko/5fdd995d501834f42708 to your computer and use it in GitHub Desktop.
hello-world-graphql-part-1 - Curl command
curl -XPOST http://localhost:8080/graphql \
-H 'Content-Type: application/graphql' \
-d 'query Root{ latestPost }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment