summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/work_items/graphql/create_work_item_note.mutation.graphql
blob: 6a7afd7bd5b61c61f22c2566adafe97d4a992e82 (plain)
1
2
3
4
5
mutation createWorkItemNote($input: CreateNoteInput!) {
  createNote(input: $input) {
    errors
  }
}