debian-mirror-gitlab/app/assets/javascripts/sidebar/queries/todo_mark_done.mutation.graphql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
149 B
GraphQL
Raw Normal View History

2021-09-30 23:02:18 +05:30
mutation issuableTodoMarkDone($input: TodoMarkDoneInput!) {
todoMutation: todoMarkDone(input: $input) {
todo {
id
}
errors
}
}