Skip to content

Instantly share code, notes, and snippets.

@dawidnawrot
Created March 26, 2019 11:48
Show Gist options
  • Save dawidnawrot/220344e2c03a171414223716bbeb9b35 to your computer and use it in GitHub Desktop.
Save dawidnawrot/220344e2c03a171414223716bbeb9b35 to your computer and use it in GitHub Desktop.
# mutation section
# Write your query or mutation here
mutation publishPage($var:ID!) {
publishPage(pageId: $var) {
id
}
}
# Query variables section, where long string is a pageId from db
{
"var": "5c9a0e94e6669c03a074e61f"
}
# HTTP headers section
{
"Authorization" : "Bearer access_token"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment