@@ -10452,6 +10452,19 @@ four standard [pagination arguments](#connection-pagination-arguments):
...
@@ -10452,6 +10452,19 @@ four standard [pagination arguments](#connection-pagination-arguments):
| <aid="notepermissionsrepositionnote"></a>`repositionNote` | [`Boolean!`](#boolean) | Indicates the user can perform `reposition_note` on this resource. |
| <aid="notepermissionsrepositionnote"></a>`repositionNote` | [`Boolean!`](#boolean) | Indicates the user can perform `reposition_note` on this resource. |
| <aid="notepermissionsresolvenote"></a>`resolveNote` | [`Boolean!`](#boolean) | Indicates the user can perform `resolve_note` on this resource. |
| <aid="notepermissionsresolvenote"></a>`resolveNote` | [`Boolean!`](#boolean) | Indicates the user can perform `resolve_note` on this resource. |
### `NugetMetadata`
Nuget metadata.
#### Fields
| Name | Type | Description |
| ---- | ---- | ----------- |
| <aid="nugetmetadataiconurl"></a>`iconUrl` | [`String!`](#string) | Icon URL of the Nuget package. |
| <aid="nugetmetadataid"></a>`id` | [`PackagesNugetMetadatumID!`](#packagesnugetmetadatumid) | ID of the metadatum. |
| <aid="nugetmetadatalicenseurl"></a>`licenseUrl` | [`String!`](#string) | License URL of the Nuget package. |
| <aid="nugetmetadataprojecturl"></a>`projectUrl` | [`String!`](#string) | Project URL of the Nuget package. |
### `OncallParticipantType`
### `OncallParticipantType`
The rotation participant and color palette.
The rotation participant and color palette.
...
@@ -15013,6 +15026,12 @@ A `PackagesMavenMetadatumID` is a global ID. It is encoded as a string.
...
@@ -15013,6 +15026,12 @@ A `PackagesMavenMetadatumID` is a global ID. It is encoded as a string.
An example `PackagesMavenMetadatumID` is: `"gid://gitlab/Packages::Maven::Metadatum/1"`.
An example `PackagesMavenMetadatumID` is: `"gid://gitlab/Packages::Maven::Metadatum/1"`.
### `PackagesNugetMetadatumID`
A `PackagesNugetMetadatumID` is a global ID. It is encoded as a string.
An example `PackagesNugetMetadatumID` is: `"gid://gitlab/Packages::Nuget::Metadatum/1"`.
### `PackagesPackageFileID`
### `PackagesPackageFileID`
A `PackagesPackageFileID` is a global ID. It is encoded as a string.
A `PackagesPackageFileID` is a global ID. It is encoded as a string.