Commit 346e7d92 authored by lauraMon's avatar lauraMon

Updates schema and docs

parent ea009fc4
......@@ -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
"""
......
......@@ -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",
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment