diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-07 21:09:46 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-07 21:09:46 +0000 |
commit | 6867eff1f997a881cd3ea64109f7ba2d4b42fde4 (patch) | |
tree | a0d4b0ced920ff41311e578b406ed9a7136e8f42 /doc/api | |
parent | 3290d46655f07d7ae3dca788d6df9f326972ffd8 (diff) | |
download | gitlab-ce-6867eff1f997a881cd3ea64109f7ba2d4b42fde4.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/graphql/reference/gitlab_schema.graphql | 8 | ||||
-rw-r--r-- | doc/api/graphql/reference/gitlab_schema.json | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/api/graphql/reference/gitlab_schema.graphql b/doc/api/graphql/reference/gitlab_schema.graphql index 50d5eeaf9ab..7fd6e78539e 100644 --- a/doc/api/graphql/reference/gitlab_schema.graphql +++ b/doc/api/graphql/reference/gitlab_schema.graphql @@ -6147,12 +6147,12 @@ type Project { """ mergeRequest( """ - The IID of the merge request, e.g., "1" + IID of the merge request, for example `1` """ iid: String """ - The list of IIDs of issues, e.g., [1, 2] + Array of IIDs of merge requests, for example `[1, 2]` """ iids: [String!] ): MergeRequest @@ -6177,12 +6177,12 @@ type Project { first: Int """ - The IID of the merge request, e.g., "1" + IID of the merge request, for example `1` """ iid: String """ - The list of IIDs of issues, e.g., [1, 2] + Array of IIDs of merge requests, for example `[1, 2]` """ iids: [String!] diff --git a/doc/api/graphql/reference/gitlab_schema.json b/doc/api/graphql/reference/gitlab_schema.json index c7281fcc638..a4210165c6d 100644 --- a/doc/api/graphql/reference/gitlab_schema.json +++ b/doc/api/graphql/reference/gitlab_schema.json @@ -18471,7 +18471,7 @@ "args": [ { "name": "iid", - "description": "The IID of the merge request, e.g., \"1\"", + "description": "IID of the merge request, for example `1`", "type": { "kind": "SCALAR", "name": "String", @@ -18481,7 +18481,7 @@ }, { "name": "iids", - "description": "The list of IIDs of issues, e.g., [1, 2]", + "description": "Array of IIDs of merge requests, for example `[1, 2]`", "type": { "kind": "LIST", "name": null, @@ -18512,7 +18512,7 @@ "args": [ { "name": "iid", - "description": "The IID of the merge request, e.g., \"1\"", + "description": "IID of the merge request, for example `1`", "type": { "kind": "SCALAR", "name": "String", @@ -18522,7 +18522,7 @@ }, { "name": "iids", - "description": "The list of IIDs of issues, e.g., [1, 2]", + "description": "Array of IIDs of merge requests, for example `[1, 2]`", "type": { "kind": "LIST", "name": null, |