CloseBugWithComment.graphql

 1mutation AddCommentAndCloseBug($input: BugAddCommentAndCloseInput!) {
 2  bugAddCommentAndClose(input: $input) {
 3    statusOperation {
 4      status
 5    }
 6    commentOperation {
 7      message
 8    }
 9  }
10}