Commit 9e08c5c0 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Rename iid to IID for GraphQL issue mutations

parent 0f9c506c
...@@ -11,7 +11,7 @@ module Mutations ...@@ -11,7 +11,7 @@ module Mutations
argument :iid, GraphQL::STRING_TYPE, argument :iid, GraphQL::STRING_TYPE,
required: true, required: true,
description: "The iid of the issue to mutate" description: "The IID of the issue to mutate"
field :issue, field :issue,
Types::IssueType, Types::IssueType,
......
...@@ -6073,7 +6073,7 @@ input IssueSetConfidentialInput { ...@@ -6073,7 +6073,7 @@ input IssueSetConfidentialInput {
confidential: Boolean! confidential: Boolean!
""" """
The iid of the issue to mutate The IID of the issue to mutate
""" """
iid: String! iid: String!
...@@ -6118,7 +6118,7 @@ input IssueSetDueDateInput { ...@@ -6118,7 +6118,7 @@ input IssueSetDueDateInput {
dueDate: Time! dueDate: Time!
""" """
The iid of the issue to mutate The IID of the issue to mutate
""" """
iid: String! iid: String!
...@@ -6158,7 +6158,7 @@ input IssueSetIterationInput { ...@@ -6158,7 +6158,7 @@ input IssueSetIterationInput {
clientMutationId: String clientMutationId: String
""" """
The iid of the issue to mutate The IID of the issue to mutate
""" """
iid: String! iid: String!
...@@ -6203,7 +6203,7 @@ input IssueSetLockedInput { ...@@ -6203,7 +6203,7 @@ input IssueSetLockedInput {
clientMutationId: String clientMutationId: String
""" """
The iid of the issue to mutate The IID of the issue to mutate
""" """
iid: String! iid: String!
...@@ -6248,7 +6248,7 @@ input IssueSetWeightInput { ...@@ -6248,7 +6248,7 @@ input IssueSetWeightInput {
clientMutationId: String clientMutationId: String
""" """
The iid of the issue to mutate The IID of the issue to mutate
""" """
iid: String! iid: String!
...@@ -13914,7 +13914,7 @@ input UpdateIssueInput { ...@@ -13914,7 +13914,7 @@ input UpdateIssueInput {
healthStatus: HealthStatus healthStatus: HealthStatus
""" """
The iid of the issue to mutate The IID of the issue to mutate
""" """
iid: String! iid: String!
......
...@@ -16764,7 +16764,7 @@ ...@@ -16764,7 +16764,7 @@
}, },
{ {
"name": "iid", "name": "iid",
"description": "The iid of the issue to mutate", "description": "The IID of the issue to mutate",
"type": { "type": {
"kind": "NON_NULL", "kind": "NON_NULL",
"name": null, "name": null,
...@@ -16894,7 +16894,7 @@ ...@@ -16894,7 +16894,7 @@
}, },
{ {
"name": "iid", "name": "iid",
"description": "The iid of the issue to mutate", "description": "The IID of the issue to mutate",
"type": { "type": {
"kind": "NON_NULL", "kind": "NON_NULL",
"name": null, "name": null,
...@@ -17024,7 +17024,7 @@ ...@@ -17024,7 +17024,7 @@
}, },
{ {
"name": "iid", "name": "iid",
"description": "The iid of the issue to mutate", "description": "The IID of the issue to mutate",
"type": { "type": {
"kind": "NON_NULL", "kind": "NON_NULL",
"name": null, "name": null,
...@@ -17150,7 +17150,7 @@ ...@@ -17150,7 +17150,7 @@
}, },
{ {
"name": "iid", "name": "iid",
"description": "The iid of the issue to mutate", "description": "The IID of the issue to mutate",
"type": { "type": {
"kind": "NON_NULL", "kind": "NON_NULL",
"name": null, "name": null,
...@@ -17280,7 +17280,7 @@ ...@@ -17280,7 +17280,7 @@
}, },
{ {
"name": "iid", "name": "iid",
"description": "The iid of the issue to mutate", "description": "The IID of the issue to mutate",
"type": { "type": {
"kind": "NON_NULL", "kind": "NON_NULL",
"name": null, "name": null,
...@@ -40992,7 +40992,7 @@ ...@@ -40992,7 +40992,7 @@
}, },
{ {
"name": "iid", "name": "iid",
"description": "The iid of the issue to mutate", "description": "The IID of the issue to mutate",
"type": { "type": {
"kind": "NON_NULL", "kind": "NON_NULL",
"name": null, "name": null,
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment