Skip to content

Instantly share code, notes, and snippets.

@manekinekko
Created November 13, 2018 14:17
Show Gist options
  • Save manekinekko/df2d8adb4441ae01a80f021a414fdf68 to your computer and use it in GitHub Desktop.
Save manekinekko/df2d8adb4441ae01a80f021a414fdf68 to your computer and use it in GitHub Desktop.
{
mutation
AddCommentToIssue {
addComment(input: {subjectId: "ISSUE_ID", body: "BODY_CONTENT"}) {
clientMutationId
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment