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
58e1c348
Commit
58e1c348
authored
May 17, 2020
by
Alex Kalderimis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add generated GraphQL documentation
parent
5d445d16
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
0 deletions
+24
-0
doc/api/graphql/reference/gitlab_schema.graphql
doc/api/graphql/reference/gitlab_schema.graphql
+5
-0
doc/api/graphql/reference/gitlab_schema.json
doc/api/graphql/reference/gitlab_schema.json
+18
-0
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+1
-0
No files found.
doc/api/graphql/reference/gitlab_schema.graphql
View file @
58e1c348
...
...
@@ -6005,6 +6005,11 @@ type MergeRequest implements Noteable {
"""
targetBranch
:
String
!
"""
Indicates
if
the
target
branch
of
the
merge
request
exists
"""
targetBranchExists
:
Boolean
!
"""
Target
project
of
the
merge
request
"""
...
...
doc/api/graphql/reference/gitlab_schema.json
View file @
58e1c348
...
...
@@ -16717,6 +16717,24 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "targetBranchExists",
"description": "Indicates if the target branch of the merge request exists",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "targetProject",
"description": "Target project of the merge request",
doc/api/graphql/reference/index.md
View file @
58e1c348
...
...
@@ -886,6 +886,7 @@ Autogenerated return type of MarkAsSpamSnippet
|
`state`
| MergeRequestState! | State of the merge request |
|
`subscribed`
| Boolean! | Indicates if the currently logged in user is subscribed to this merge request |
|
`targetBranch`
| String! | Target branch of the merge request |
|
`targetBranchExists`
| Boolean! | Indicates if the target branch of the merge request exists |
|
`targetProject`
| Project! | Target project of the merge request |
|
`targetProjectId`
| Int! | ID of the merge request target project |
|
`taskCompletionStatus`
| TaskCompletionStatus! | Completion status of tasks |
...
...
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