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 ...@@ -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,
......
...@@ -6143,7 +6143,7 @@ input IssueSetConfidentialInput { ...@@ -6143,7 +6143,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!
...@@ -6188,7 +6188,7 @@ input IssueSetDueDateInput { ...@@ -6188,7 +6188,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!
...@@ -6228,7 +6228,7 @@ input IssueSetIterationInput { ...@@ -6228,7 +6228,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!
...@@ -6273,7 +6273,7 @@ input IssueSetLockedInput { ...@@ -6273,7 +6273,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!
...@@ -6318,7 +6318,7 @@ input IssueSetWeightInput { ...@@ -6318,7 +6318,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!
...@@ -14037,7 +14037,7 @@ input UpdateIssueInput { ...@@ -14037,7 +14037,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!
......
...@@ -16972,7 +16972,7 @@ ...@@ -16972,7 +16972,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,
...@@ -17102,7 +17102,7 @@ ...@@ -17102,7 +17102,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,
...@@ -17232,7 +17232,7 @@ ...@@ -17232,7 +17232,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,
...@@ -17358,7 +17358,7 @@ ...@@ -17358,7 +17358,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,
...@@ -17488,7 +17488,7 @@ ...@@ -17488,7 +17488,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,
...@@ -41405,7 +41405,7 @@ ...@@ -41405,7 +41405,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