Skip to content

Instantly share code, notes, and snippets.

@a7v8x
Created May 2, 2020 12:19
Show Gist options
  • Save a7v8x/c55fdaac7ba2a98f5ac998aa505677f4 to your computer and use it in GitHub Desktop.
Save a7v8x/c55fdaac7ba2a98f5ac998aa505677f4 to your computer and use it in GitHub Desktop.
mutation createTask($input: CreateTaskInput!) {
createTask(input: $input) {
task {
id
name
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment