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
f19aa7a9
Commit
f19aa7a9
authored
Mar 15, 2021
by
Alex Kalderimis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update GraphQL documentation
parent
1f3657dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+8
-5
No files found.
doc/api/graphql/reference/index.md
View file @
f19aa7a9
...
...
@@ -38,7 +38,8 @@ Returns [`CiApplicationSettings`](#ciapplicationsettings).
### `ciConfig`
Get linted and processed contents of a CI config. Should not be requested more than once per request.
Linted and processed contents of a CI config.
Should not be requested more than once per request.
Returns
[
`CiConfig`
](
#ciconfig
)
.
...
...
@@ -93,7 +94,7 @@ Returns [`DevopsAdoptionSegmentConnection`](#devopsadoptionsegmentconnection).
### `echo`
Te
xt to echo back
.
Te
sting endpoint to validate the API with
.
Returns
[
`String!`
](
#string
)
.
...
...
@@ -271,7 +272,7 @@ Returns [`RunnerPlatformConnection`](#runnerplatformconnection).
### `runnerSetup`
Get r
unner setup instructions.
R
unner setup instructions.
Returns
[
`RunnerSetup`
](
#runnersetup
)
.
...
...
@@ -398,7 +399,9 @@ Returns [`VulnerabilitiesCountByDayConnection`](#vulnerabilitiescountbydayconnec
### `vulnerabilitiesCountByDayAndSeverity`
Number of vulnerabilities per severity level, per day, for the projects on the current user's instance security dashboard.
Number of vulnerabilities per severity level, per day, for the projects on the
current user's instance security dashboard.
.
WARNING:
**Deprecated**
in 13.3.
...
...
@@ -6507,7 +6510,7 @@ Representation of a GitLab user.
|
`starredProjects`
|
[
`ProjectConnection`
](
#projectconnection
)
| Projects starred by the user. |
|
`state`
|
[
`UserState!`
](
#userstate
)
| State of the user. |
|
`status`
|
[
`UserStatus`
](
#userstatus
)
| User status. |
|
`todos`
|
[
`TodoConnection
!
`
](
#todoconnection
)
| To-do items of the user. |
|
`todos`
|
[
`TodoConnection`
](
#todoconnection
)
| To-do items of the user. |
|
`userPermissions`
|
[
`UserPermissions!`
](
#userpermissions
)
| Permissions for the current user on the resource. |
|
`username`
|
[
`String!`
](
#string
)
| Username of the user. Unique within this instance of GitLab. |
|
`webPath`
|
[
`String!`
](
#string
)
| Web path of the user. |
...
...
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