Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremysarchet/d84e0160b8dd3883f449809fe8450bd4 to your computer and use it in GitHub Desktop.
Save jeremysarchet/d84e0160b8dd3883f449809fe8450bd4 to your computer and use it in GitHub Desktop.
{
"query":"mutation IssueCreate { issueCreate( input: { title: \"{{ issueName }}\" description: \"{{ description }}\" teamId: \"1234abcd-this-is-a-pretend-team-id\" }) { success issue { id title } } }"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment