Rename IssueCreate mutation
This follows the "NounVerb" convention we got going on
This commit is contained in:
parent
8c50745431
commit
d96e88c223
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ const fragments = `
|
|||
// IssueCreate creates an issue in a GitHub repository
|
||||
func IssueCreate(client *Client, repo *Repository, params map[string]interface{}) (*Issue, error) {
|
||||
query := `
|
||||
mutation CreateIssue($input: CreateIssueInput!) {
|
||||
mutation IssueCreate($input: CreateIssueInput!) {
|
||||
createIssue(input: $input) {
|
||||
issue {
|
||||
url
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue