Skip to content
Snippets Groups Projects
Commit d6a464f7 authored by Sean Arnold's avatar Sean Arnold :speech_balloon:
Browse files

Update graphqldocs after tweaks

parent 3aa2ace3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -8,7 +8,7 @@ module ResolvesSnippets
 
argument :ids, [::Types::GlobalIDType[::Snippet]],
required: false,
description: 'Array of global snippet ids, e.g., `gid://gitlab/ProjectSnippet/1`.'
description: 'Array of global snippet IDs. For example, `gid://gitlab/ProjectSnippet/1`.'
 
argument :visibility, Types::Snippets::VisibilityScopesEnum,
required: false,
Loading
Loading
Loading
Loading
@@ -85,7 +85,7 @@ class QueryType < ::Types::BaseObject
field :instance_statistics_measurements, Types::Admin::Analytics::UsageTrends::MeasurementType.connection_type,
null: true,
description: 'Get statistics on the instance.',
deprecated: { reason: 'This field was renamed. Use the `usageTrendsMeasurements` field instead.', milestone: '13.10' },
deprecated: { reason: 'This field was renamed. Use the `usageTrendsMeasurements` field instead', milestone: '13.10' },
resolver: Resolvers::Admin::Analytics::UsageTrends::MeasurementsResolver
 
field :usage_trends_measurements, Types::Admin::Analytics::UsageTrends::MeasurementType.connection_type,
Loading
Loading
Loading
Loading
@@ -103,7 +103,7 @@ Fields related to Instance Security Dashboard.
 
### InstanceStatisticsMeasurements
 
Get statistics on the instance. Deprecated in 13.10: This field was renamed. Use the `usageTrendsMeasurements` field instead..
Get statistics on the instance. Deprecated in 13.10: This field was renamed. Use the `usageTrendsMeasurements` field instead.
 
| Name | Description | Type |
| ----- | ---- | ----------- |
Loading
Loading
@@ -216,7 +216,7 @@ Find Snippets visible to the current user.
| `before` | Returns the elements in the list that come before the specified cursor. | String |
| `explore` | Explore personal snippets. | Boolean |
| `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. For example, `gid://gitlab/ProjectSnippet/1`. | SnippetID! => Array |
| `last` | Returns the last _n_ elements from the list. | Int |
| `projectId` | The ID of a project. | ProjectID |
| `type` | The type of snippet. | TypeEnum |
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment