Skip to content

Instantly share code, notes, and snippets.

@Lavanyagaur22
Created April 6, 2019 07:19
Show Gist options
  • Save Lavanyagaur22/edda8e463028da2d1b25c37f65a142e2 to your computer and use it in GitHub Desktop.
Save Lavanyagaur22/edda8e463028da2d1b25c37f65a142e2 to your computer and use it in GitHub Desktop.
mutation updateCurrentTask($id: ID!, $title:String, $version: Int!) {
updateTask(id: $id, title: $title, version:$version) {
id
title
description
version
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment