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

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

10 lines
158 B
GraphQL
Raw Normal View History

2021-09-30 23:02:18 +05:30
mutation issuableTodoCreate($input: TodoCreateInput!) {
todoMutation: todoCreate(input: $input) {
__typename
todo {
id
}
errors
}
}