Skip to content

Instantly share code, notes, and snippets.

@gc-codesnippets
Last active March 26, 2018 15:32
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 gc-codesnippets/45fe345cb4286d5fb507ab6e287a9970 to your computer and use it in GitHub Desktop.
Save gc-codesnippets/45fe345cb4286d5fb507ab6e287a9970 to your computer and use it in GitHub Desktop.
const PUBLISH_MUTATION = gql`
mutation PublishMutation($id: ID!) {
publish(id: $id) {
id
isPublished
}
}
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment