Mirror of a distributed, offline-first bug tracker embedded in git
1mutation AddCommentAndReopenBug($input: BugAddCommentAndReopenInput!) { 2 bugAddCommentAndReopen(input: $input) { 3 statusOperation { 4 status 5 } 6 commentOperation { 7 message 8 } 9 } 10}