Mirror of a distributed, offline-first bug tracker embedded in git
1mutation AddComment($input: AddCommentInput!) { 2 addComment(input: $input) { 3 operation { id } 4 } 5}