Commit 3aa2ace3 authored by Sean Arnold's avatar Sean Arnold

Fix docs lint error

Rebuild docs
parent 1445884a
...@@ -8,7 +8,7 @@ module ResolvesSnippets ...@@ -8,7 +8,7 @@ module ResolvesSnippets
argument :ids, [::Types::GlobalIDType[::Snippet]], argument :ids, [::Types::GlobalIDType[::Snippet]],
required: false, required: false,
description: 'Array of global snippet ids, e.g., "gid://gitlab/ProjectSnippet/1".' description: 'Array of global snippet ids, e.g., `gid://gitlab/ProjectSnippet/1`.'
argument :visibility, Types::Snippets::VisibilityScopesEnum, argument :visibility, Types::Snippets::VisibilityScopesEnum,
required: false, required: false,
......
...@@ -103,7 +103,7 @@ Fields related to Instance Security Dashboard. ...@@ -103,7 +103,7 @@ Fields related to Instance Security Dashboard.
### InstanceStatisticsMeasurements ### InstanceStatisticsMeasurements
Get statistics on the instance. Get statistics on the instance. Deprecated in 13.10: This field was renamed. Use the `usageTrendsMeasurements` field instead..
| Name | Description | Type | | Name | Description | Type |
| ----- | ---- | ----------- | | ----- | ---- | ----------- |
...@@ -216,12 +216,26 @@ Find Snippets visible to the current user. ...@@ -216,12 +216,26 @@ Find Snippets visible to the current user.
| `before` | Returns the elements in the list that come before the specified cursor. | String | | `before` | Returns the elements in the list that come before the specified cursor. | String |
| `explore` | Explore personal snippets. | Boolean | | `explore` | Explore personal snippets. | Boolean |
| `first` | Returns the first _n_ elements from the list. | Int | | `first` | Returns the first _n_ elements from the list. | Int |
| `ids` | Array of global snippet ids, e.g., "gid://gitlab/ProjectSnippet/1". | SnippetID! => Array | | `ids` | Array of global snippet ids, e.g., `gid://gitlab/ProjectSnippet/1`. | SnippetID! => Array |
| `last` | Returns the last _n_ elements from the list. | Int | | `last` | Returns the last _n_ elements from the list. | Int |
| `projectId` | The ID of a project. | ProjectID | | `projectId` | The ID of a project. | ProjectID |
| `type` | The type of snippet. | TypeEnum | | `type` | The type of snippet. | TypeEnum |
| `visibility` | The visibility of the snippet. | VisibilityScopesEnum | | `visibility` | The visibility of the snippet. | VisibilityScopesEnum |
### UsageTrendsMeasurements
Get statistics on the instance.
| Name | Description | Type |
| ----- | ---- | ----------- |
| `after` | Returns the elements in the list that come after the specified cursor. | String |
| `before` | Returns the elements in the list that come before the specified cursor. | String |
| `first` | Returns the first _n_ elements from the list. | Int |
| `identifier` | The type of measurement/statistics to retrieve. | MeasurementIdentifier! |
| `last` | Returns the last _n_ elements from the list. | Int |
| `recordedAfter` | Measurement recorded after this date. | Time |
| `recordedBefore` | Measurement recorded before this date. | Time |
### User ### User
Find a user. Find a user.
......
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