mutation createWorkItemNote($input: CreateNoteInput!) { createNote(input: $input) { errors } }