Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
fc06fe52
Commit
fc06fe52
authored
Jul 06, 2020
by
Alex Kalderimis
Committed by
Alex Kalderimis
Nov 09, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update GraphQL documentation
parent
04cbb3b9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
doc/api/graphql/reference/gitlab_schema.graphql
doc/api/graphql/reference/gitlab_schema.graphql
+2
-2
doc/api/graphql/reference/gitlab_schema.json
doc/api/graphql/reference/gitlab_schema.json
+2
-2
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+2
-2
No files found.
doc/api/graphql/reference/gitlab_schema.graphql
View file @
fc06fe52
...
@@ -20785,7 +20785,7 @@ type TodoRestoreManyPayload {
...
@@ -20785,7 +20785,7 @@ type TodoRestoreManyPayload {
"""
"""
The
ids
of
the
updated
todo
items
.
Deprecated
in
13.2
:
Use
todos
The
ids
of
the
updated
todo
items
.
Deprecated
in
13.2
:
Use
todos
"""
"""
updatedIds
:
[
ID
!]!
@
deprecated
(
reason
:
"
Use
todos
.
Deprecated
in
13.2"
)
updatedIds
:
[
Todo
ID
!]!
@
deprecated
(
reason
:
"
Use
todos
.
Deprecated
in
13.2"
)
}
}
"""
"""
...
@@ -20882,7 +20882,7 @@ type TodosMarkAllDonePayload {
...
@@ -20882,7 +20882,7 @@ type TodosMarkAllDonePayload {
"""
"""
Ids
of
the
updated
todos
.
Deprecated
in
13.2
:
Use
todos
Ids
of
the
updated
todos
.
Deprecated
in
13.2
:
Use
todos
"""
"""
updatedIds
:
[
ID
!]!
@
deprecated
(
reason
:
"
Use
todos
.
Deprecated
in
13.2"
)
updatedIds
:
[
Todo
ID
!]!
@
deprecated
(
reason
:
"
Use
todos
.
Deprecated
in
13.2"
)
}
}
"""
"""
...
...
doc/api/graphql/reference/gitlab_schema.json
View file @
fc06fe52
...
@@ -60484,7 +60484,7 @@
...
@@ -60484,7 +60484,7 @@
"name": null,
"name": null,
"ofType": {
"ofType": {
"kind": "SCALAR",
"kind": "SCALAR",
"name": "ID",
"name": "
Todo
ID",
"ofType": null
"ofType": null
}
}
}
}
...
@@ -60761,7 +60761,7 @@
...
@@ -60761,7 +60761,7 @@
"name": null,
"name": null,
"ofType": {
"ofType": {
"kind": "SCALAR",
"kind": "SCALAR",
"name": "ID",
"name": "
Todo
ID",
"ofType": null
"ofType": null
}
}
}
}
doc/api/graphql/reference/index.md
View file @
fc06fe52
...
@@ -3066,7 +3066,7 @@ Autogenerated return type of TodoRestoreMany.
...
@@ -3066,7 +3066,7 @@ Autogenerated return type of TodoRestoreMany.
|
`clientMutationId`
| String | A unique identifier for the client performing the mutation. |
|
`clientMutationId`
| String | A unique identifier for the client performing the mutation. |
|
`errors`
| String! => Array | Errors encountered during execution of the mutation. |
|
`errors`
| String! => Array | Errors encountered during execution of the mutation. |
|
`todos`
| Todo! => Array | Updated todos |
|
`todos`
| Todo! => Array | Updated todos |
|
`updatedIds`
**{warning-solid}**
| ID! => Array |
**Deprecated:**
Use todos. Deprecated in 13.2 |
|
`updatedIds`
**{warning-solid}**
|
Todo
ID! => Array |
**Deprecated:**
Use todos. Deprecated in 13.2 |
### TodoRestorePayload
### TodoRestorePayload
...
@@ -3087,7 +3087,7 @@ Autogenerated return type of TodosMarkAllDone.
...
@@ -3087,7 +3087,7 @@ Autogenerated return type of TodosMarkAllDone.
|
`clientMutationId`
| String | A unique identifier for the client performing the mutation. |
|
`clientMutationId`
| String | A unique identifier for the client performing the mutation. |
|
`errors`
| String! => Array | Errors encountered during execution of the mutation. |
|
`errors`
| String! => Array | Errors encountered during execution of the mutation. |
|
`todos`
| Todo! => Array | Updated todos |
|
`todos`
| Todo! => Array | Updated todos |
|
`updatedIds`
**{warning-solid}**
| ID! => Array |
**Deprecated:**
Use todos. Deprecated in 13.2 |
|
`updatedIds`
**{warning-solid}**
|
Todo
ID! => Array |
**Deprecated:**
Use todos. Deprecated in 13.2 |
### ToggleAwardEmojiPayload
### ToggleAwardEmojiPayload
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment