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
346e7d92
Commit
346e7d92
authored
Aug 13, 2020
by
lauraMon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates schema and docs
parent
ea009fc4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
40 additions
and
0 deletions
+40
-0
doc/api/graphql/reference/gitlab_schema.graphql
doc/api/graphql/reference/gitlab_schema.graphql
+10
-0
doc/api/graphql/reference/gitlab_schema.json
doc/api/graphql/reference/gitlab_schema.json
+28
-0
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+2
-0
No files found.
doc/api/graphql/reference/gitlab_schema.graphql
View file @
346e7d92
...
...
@@ -16721,6 +16721,16 @@ enum UserState {
}
type
UserStatus
{
"""
String
representation
of
emoji
"""
emoji
:
String
"""
User
status
message
"""
message
:
String
"""
HTML
of
the
user
status
message
"""
...
...
doc/api/graphql/reference/gitlab_schema.json
View file @
346e7d92
...
...
@@ -48990,6 +48990,34 @@
"name": "UserStatus",
"description": null,
"fields": [
{
"name": "emoji",
"description": "String representation of emoji",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "message",
"description": "User status message",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "messageHtml",
"description": "HTML of the user status message",
doc/api/graphql/reference/index.md
View file @
346e7d92
...
...
@@ -2455,6 +2455,8 @@ Autogenerated return type of UpdateSnippet
| Name | Type | Description |
| --- | ---- | ---------- |
|
`emoji`
| String | String representation of emoji |
|
`message`
| String | User status message |
|
`messageHtml`
| String | HTML of the user status message |
## VulnerabilitiesCountByDay
...
...
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