Welcome to mirror list, hosted at ThFree Co, Russian Federation.

create_work_item_note.mutation.graphql « graphql « work_items « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6a7afd7bd5b61c61f22c2566adafe97d4a992e82 (plain)
1
2
3
4
5
mutation createWorkItemNote($input: CreateNoteInput!) {
  createNote(input: $input) {
    errors
  }
}