Skip to content

Commit d96e88c

Browse files
committed
Rename IssueCreate mutation
This follows the "NounVerb" convention we got going on
1 parent 8c50745 commit d96e88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/queries_issue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const fragments = `
8888
// IssueCreate creates an issue in a GitHub repository
8989
func IssueCreate(client *Client, repo *Repository, params map[string]interface{}) (*Issue, error) {
9090
query := `
91-
mutation CreateIssue($input: CreateIssueInput!) {
91+
mutation IssueCreate($input: CreateIssueInput!) {
9292
createIssue(input: $input) {
9393
issue {
9494
url

0 commit comments

Comments
 (0)