Commit d779c8b1 authored by Marcin Sedlak-Jakubowski's avatar Marcin Sedlak-Jakubowski

Merge branch 'bvl-update-graphql-iid' into 'master'

Rename iid to IID for GraphQL issue mutations

See merge request gitlab-org/gitlab!37120
parents d778158a 9e08c5c0
......@@ -11,7 +11,7 @@ module Mutations
argument :iid, GraphQL::STRING_TYPE,
required: true,
description: "The iid of the issue to mutate"
description: "The IID of the issue to mutate"
field :issue,
Types::IssueType,
......
......@@ -6143,7 +6143,7 @@ input IssueSetConfidentialInput {
confidential: Boolean!
"""
The iid of the issue to mutate
The IID of the issue to mutate
"""
iid: String!
......@@ -6188,7 +6188,7 @@ input IssueSetDueDateInput {
dueDate: Time!
"""
The iid of the issue to mutate
The IID of the issue to mutate
"""
iid: String!
......@@ -6228,7 +6228,7 @@ input IssueSetIterationInput {
clientMutationId: String
"""
The iid of the issue to mutate
The IID of the issue to mutate
"""
iid: String!
......@@ -6273,7 +6273,7 @@ input IssueSetLockedInput {
clientMutationId: String
"""
The iid of the issue to mutate
The IID of the issue to mutate
"""
iid: String!
......@@ -6318,7 +6318,7 @@ input IssueSetWeightInput {
clientMutationId: String
"""
The iid of the issue to mutate
The IID of the issue to mutate
"""
iid: String!
......@@ -14037,7 +14037,7 @@ input UpdateIssueInput {
healthStatus: HealthStatus
"""
The iid of the issue to mutate
The IID of the issue to mutate
"""
iid: String!
......
......@@ -16972,7 +16972,7 @@
},
{
"name": "iid",
"description": "The iid of the issue to mutate",
"description": "The IID of the issue to mutate",
"type": {
"kind": "NON_NULL",
"name": null,
......@@ -17102,7 +17102,7 @@
},
{
"name": "iid",
"description": "The iid of the issue to mutate",
"description": "The IID of the issue to mutate",
"type": {
"kind": "NON_NULL",
"name": null,
......@@ -17232,7 +17232,7 @@
},
{
"name": "iid",
"description": "The iid of the issue to mutate",
"description": "The IID of the issue to mutate",
"type": {
"kind": "NON_NULL",
"name": null,
......@@ -17358,7 +17358,7 @@
},
{
"name": "iid",
"description": "The iid of the issue to mutate",
"description": "The IID of the issue to mutate",
"type": {
"kind": "NON_NULL",
"name": null,
......@@ -17488,7 +17488,7 @@
},
{
"name": "iid",
"description": "The iid of the issue to mutate",
"description": "The IID of the issue to mutate",
"type": {
"kind": "NON_NULL",
"name": null,
......@@ -41405,7 +41405,7 @@
},
{
"name": "iid",
"description": "The iid of the issue to mutate",
"description": "The IID of the issue to mutate",
"type": {
"kind": "NON_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