summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/sidebar/queries/todo_create.mutation.graphql
blob: 51d461989e479e16a568153860c9c5407830902e (plain)
1
2
3
4
5
6
7
8
mutation issuableTodoCreate($input: TodoCreateInput!) {
  todoMutation: todoCreate(input: $input) {
    todo {
      id
    }
    errors
  }
}