Skip to content

Instantly share code, notes, and snippets.

@ecthiender
Created August 13, 2018 09:03
Show Gist options
  • Save ecthiender/1c49fea6331e313c03e4f0ab2c378fed to your computer and use it in GitHub Desktop.
Save ecthiender/1c49fea6331e313c03e4f0ab2c378fed to your computer and use it in GitHub Desktop.
mutation update_drafts {
update_article(
where: {author: {name: {_eq: "John"}}},
_set: {is_published: true}
) {
affected_rows
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment