info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
Number of vulnerabilities per severity level, per day, for the projects on the current user's instance security dashboard. Deprecated in 13.3: Use `vulnerabilitiesCountByDay`.
| `active` | [`Boolean`](#boolean) | Whether the endpoint is currently accepting alerts. |
| `apiUrl` | [`String`](#string) | URL at which Prometheus metrics can be queried to populate the metrics dashboard. |
| `id` | [`ID!`](#id) | ID of the integration. |
| `name` | [`String`](#string) | Name of the integration. |
| `payloadAlertFields` | [`[AlertManagementPayloadAlertField!]`](#alertmanagementpayloadalertfield) | Extract alert fields from payload example for custom mapping. |
| `payloadAttributeMappings` | [`[AlertManagementPayloadAlertMappingField!]`](#alertmanagementpayloadalertmappingfield) | The custom mapping of GitLab alert attributes to fields from the payload_example. |
| `payloadExample` | [`JsonString`](#jsonstring) | The example of an alert payload. |
| `token` | [`String`](#string) | Token used to authenticate alert notification requests. |
| `type` | [`AlertManagementIntegrationType!`](#alertmanagementintegrationtype) | Type of integration. |
| `awardEmoji` | [`AwardEmoji`](#awardemoji) | The award emoji after mutation. |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| `toggledOn` | [`Boolean!`](#boolean) | Indicates the status of the emoji. True if the toggle awarded the emoji, and false if the toggle removed the emoji. |
| `author` | [`User!`](#user) | Author of the epic. |
| `awardEmoji` | [`AwardEmojiConnection`](#awardemojiconnection) | A list of award emojis associated with the epic. |
| `children` | [`EpicConnection`](#epicconnection) | Children (sub-epics) of the epic. |
| `closedAt` | [`Time`](#time) | Timestamp of when the epic was closed. |
| `confidential` | [`Boolean`](#boolean) | Indicates if the epic is confidential. |
| `createdAt` | [`Time`](#time) | Timestamp of when the epic was created. |
| `currentUserTodos` | [`TodoConnection!`](#todoconnection) | To-do items for the current user. |
| `descendantCounts` | [`EpicDescendantCount`](#epicdescendantcount) | Number of open and closed descendant epics and issues. |
| `descendantWeightSum` | [`EpicDescendantWeights`](#epicdescendantweights) | Total weight of open and closed issues in the epic and its descendants. |
| `description` | [`String`](#string) | Description of the epic. |
| `discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. |
| `downvotes` | [`Int!`](#int) | Number of downvotes the epic has received. |
| `dueDate` | [`Time`](#time) | Due date of the epic. |
| `dueDateFixed` | [`Time`](#time) | Fixed due date of the epic. |
| `dueDateFromMilestones` | [`Time`](#time) | Inherited due date of the epic from milestones. |
| `dueDateIsFixed` | [`Boolean`](#boolean) | Indicates if the due date has been manually set. |
| `events` | [`EventConnection`](#eventconnection) | A list of events associated with the object. |
| `group` | [`Group!`](#group) | Group to which the epic belongs. |
| `hasChildren` | [`Boolean!`](#boolean) | Indicates if the epic has children. |
| `hasIssues` | [`Boolean!`](#boolean) | Indicates if the epic has direct issues. |
| `hasParent` | [`Boolean!`](#boolean) | Indicates if the epic has a parent epic. |
| `healthStatus` | [`EpicHealthStatus`](#epichealthstatus) | Current health status of the epic. |
| `id` | [`ID!`](#id) | ID of the epic. |
| `iid` | [`ID!`](#id) | Internal ID of the epic. |
| `issues` | [`EpicIssueConnection`](#epicissueconnection) | A list of issues associated with the epic. |
| `labels` | [`LabelConnection`](#labelconnection) | Labels assigned to the epic. |
| `notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. |
| `parent` | [`Epic`](#epic) | Parent epic of the epic. |
| `participants` | [`UserConnection`](#userconnection) | List of participants for the epic. |
| `reference` | [`String!`](#string) | Internal reference of the epic. Returned in shortened format by default. |
| `relationPath` | [`String`](#string) | URI path of the epic-issue relationship. |
| `relativePosition` | [`Int`](#int) | The relative position of the epic in the epic tree. |
| `startDate` | [`Time`](#time) | Start date of the epic. |
| `startDateFixed` | [`Time`](#time) | Fixed start date of the epic. |
| `startDateFromMilestones` | [`Time`](#time) | Inherited start date of the epic from milestones. |
| `startDateIsFixed` | [`Boolean`](#boolean) | Indicates if the start date has been manually set. |
| `state` | [`EpicState!`](#epicstate) | State of the epic. |
| `subscribed` | [`Boolean!`](#boolean) | Indicates the currently logged in user is subscribed to the epic. |
| `title` | [`String`](#string) | Title of the epic. |
| `updatedAt` | [`Time`](#time) | Timestamp of when the epic was updated. |
| `upvotes` | [`Int!`](#int) | Number of upvotes the epic has received. |
| `userDiscussionsCount` | [`Int!`](#int) | Number of user discussions in the epic. |
| `userNotesCount` | [`Int!`](#int) | Number of user notes of the epic. |
| `userPermissions` | [`EpicPermissions!`](#epicpermissions) | Permissions for the current user on the resource |
| `userPreferences` | [`BoardEpicUserPreferences`](#boardepicuserpreferences) | User preferences for the epic on the issue board. |
| `webPath` | [`String!`](#string) | Web path of the epic. |
| `webUrl` | [`String!`](#string) | Web URL of the epic. |
### `BoardEpicConnection`
The connection type for BoardEpic.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `edges` | [`[BoardEpicEdge]`](#boardepicedge) | A list of edges. |
| `nodes` | [`[BoardEpic]`](#boardepic) | A list of nodes. |
| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
### `BoardEpicEdge`
An edge in a connection.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
| `node` | [`BoardEpic`](#boardepic) | The item at the end of the edge. |
| `name` | [`String!`](#string) | Name of the compliance framework. |
| `pipelineConfigurationFullPath` | [`String`](#string) | Full path of the compliance pipeline configuration stored in a project repository, such as `.gitlab/.compliance-gitlab-ci.yml@compliance/hipaa`**(ULTIMATE)**. |
| `canDelete` | [`Boolean!`](#boolean) | Can the current user delete the container repository. |
| `createdAt` | [`Time!`](#time) | Timestamp when the container repository was created. |
| `expirationPolicyCleanupStatus` | [`ContainerRepositoryCleanupStatus`](#containerrepositorycleanupstatus) | The tags cleanup status for the container repository. |
| `expirationPolicyStartedAt` | [`Time`](#time) | Timestamp when the cleanup done by the expiration policy was started on the container repository. |
| `id` | [`ID!`](#id) | ID of the container repository. |
| `location` | [`String!`](#string) | URL of the container repository. |
| `name` | [`String!`](#string) | Name of the container repository. |
| `path` | [`String!`](#string) | Path of the container repository. |
| `project` | [`Project!`](#project) | Project of the container registry. |
| `status` | [`ContainerRepositoryStatus`](#containerrepositorystatus) | Status of the container repository. |
| `tagsCount` | [`Int!`](#int) | Number of tags associated with this image. |
| `updatedAt` | [`Time!`](#time) | Timestamp when the container repository was updated. |
| `canDelete` | [`Boolean!`](#boolean) | Can the current user delete the container repository. |
| `createdAt` | [`Time!`](#time) | Timestamp when the container repository was created. |
| `expirationPolicyCleanupStatus` | [`ContainerRepositoryCleanupStatus`](#containerrepositorycleanupstatus) | The tags cleanup status for the container repository. |
| `expirationPolicyStartedAt` | [`Time`](#time) | Timestamp when the cleanup done by the expiration policy was started on the container repository. |
| `id` | [`ID!`](#id) | ID of the container repository. |
| `location` | [`String!`](#string) | URL of the container repository. |
| `name` | [`String!`](#string) | Name of the container repository. |
| `path` | [`String!`](#string) | Path of the container repository. |
| `project` | [`Project!`](#project) | Project of the container registry. |
| `status` | [`ContainerRepositoryStatus`](#containerrepositorystatus) | Status of the container repository. |
| `tags` | [`ContainerRepositoryTagConnection`](#containerrepositorytagconnection) | Tags of the container repository. |
| `tagsCount` | [`Int!`](#int) | Number of tags associated with this image. |
| `updatedAt` | [`Time!`](#time) | Timestamp when the container repository was updated. |
| `captchaSiteKey` | [`String`](#string) | The CAPTCHA site key which must be used to render a challenge for the user to solve to obtain a valid captchaResponse value. Included only when an operation was not completed because "NeedsCaptchaResponse" is true. |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| `needsCaptchaResponse` | [`Boolean`](#boolean) | Indicates whether the operation was detected as possible spam and not completed. If CAPTCHA is enabled, the request must be resubmitted with a valid CAPTCHA response and spam_log_id included for the operation to be completed. Included only when an operation was not completed because "NeedsCaptchaResponse" is true. |
| `snippet` | [`Snippet`](#snippet) | The snippet after mutation. |
| `spam` | [`Boolean`](#boolean) | Indicates whether the operation was detected as definite spam. There is no option to resubmit the request with a CAPTCHA response. |
| `spamLogId` | [`Int`](#int) | The spam log ID which must be passed along with a valid CAPTCHA response for an operation to be completed. Included only when an operation was not completed because "NeedsCaptchaResponse" is true. |
| `branch` | [`DastProfileBranch`](#dastprofilebranch) | The associated branch. Will always return `null` if `dast_branch_selection` feature flag is disabled. |
| `dastScannerProfile` | [`DastScannerProfile`](#dastscannerprofile) | The associated scanner profile. |
| `dastSiteProfile` | [`DastSiteProfile`](#dastsiteprofile) | The associated site profile. |
| `description` | [`String`](#string) | The description of the scan. |
| `editPath` | [`String`](#string) | Relative web path to the edit page of a profile. |
| `id` | [`DastProfileID!`](#dastprofileid) | ID of the profile. |
| `name` | [`String`](#string) | The name of the profile. |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `dastProfile` | [`DastProfile`](#dastprofile) | The updated profile. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| `pipelineUrl` | [`String`](#string) | The URL of the pipeline that was created. Requires the input argument `runAfterUpdate` to be set to `true` when calling the mutation, otherwise no pipeline will be created. |
| `editPath` | [`String`](#string) | Relative web path to the edit page of a scanner profile. |
| `globalId`**{warning-solid}** | [`DastScannerProfileID!`](#dastscannerprofileid) | **Deprecated:** Use `id`. Deprecated in 13.6. |
| `id` | [`DastScannerProfileID!`](#dastscannerprofileid) | ID of the DAST scanner profile. |
| `profileName` | [`String`](#string) | Name of the DAST scanner profile. |
| `referencedInSecurityPolicies` | [`[String!]`](#string) | List of security policy names that are referencing given project. |
| `scanType` | [`DastScanTypeEnum`](#dastscantypeenum) | Indicates the type of DAST scan that will run. Either a Passive Scan or an Active Scan. |
| `showDebugMessages` | [`Boolean!`](#boolean) | Indicates if debug messages should be included in DAST console output. True to include the debug messages. |
| `spiderTimeout` | [`Int`](#int) | The maximum number of minutes allowed for the spider to traverse the site. |
| `targetTimeout` | [`Int`](#int) | The maximum number of seconds allowed for the site under test to respond to a request. |
| `useAjaxSpider` | [`Boolean!`](#boolean) | Indicates if the AJAX spider should be used to crawl the target site. True to run the AJAX spider in addition to the traditional spider, and false to run only the traditional spider. |
| `editPath` | [`String`](#string) | Relative web path to the edit page of a site profile. |
| `id` | [`DastSiteProfileID!`](#dastsiteprofileid) | ID of the site profile. |
| `normalizedTargetUrl` | [`String`](#string) | Normalized URL of the target to be scanned. |
| `profileName` | [`String`](#string) | The name of the site profile. |
| `referencedInSecurityPolicies` | [`[String!]`](#string) | List of security policy names that are referencing given project. |
| `targetUrl` | [`String`](#string) | The URL of the target to be scanned. |
| `userPermissions` | [`DastSiteProfilePermissions!`](#dastsiteprofilepermissions) | Permissions for the current user on the resource |
| `validationStatus` | [`DastSiteProfileValidationStatusEnum`](#dastsiteprofilevalidationstatusenum) | The current validation status of the site profile. |
| `currentUserTodos` | [`TodoConnection!`](#todoconnection) | To-do items for the current user. |
| `diffRefs` | [`DiffRefs!`](#diffrefs) | The diff refs for this design. |
| `discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. |
| `event` | [`DesignVersionEvent!`](#designversionevent) | How this design was changed in the current version. |
| `filename` | [`String!`](#string) | The filename of the design. |
| `fullPath` | [`String!`](#string) | The full path to the design file. |
| `id` | [`ID!`](#id) | The ID of this design. |
| `image` | [`String!`](#string) | The URL of the full-sized image. |
| `imageV432x230` | [`String`](#string) | The URL of the design resized to fit within the bounds of 432x230. This will be `null` if the image has not been generated |
| `issue` | [`Issue!`](#issue) | The issue the design belongs to. |
| `notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. |
| `notesCount` | [`Int!`](#int) | The total count of user-created notes for this design. |
| `project` | [`Project!`](#project) | The project the design belongs to. |
| `versions` | [`DesignVersionConnection!`](#designversionconnection) | All versions related to this design ordered newest first. |
| `design` | [`Design!`](#design) | The underlying design. |
| `diffRefs` | [`DiffRefs!`](#diffrefs) | The diff refs for this design. |
| `event` | [`DesignVersionEvent!`](#designversionevent) | How this design was changed in the current version. |
| `filename` | [`String!`](#string) | The filename of the design. |
| `fullPath` | [`String!`](#string) | The full path to the design file. |
| `id` | [`ID!`](#id) | The ID of this design. |
| `image` | [`String!`](#string) | The URL of the full-sized image. |
| `imageV432x230` | [`String`](#string) | The URL of the design resized to fit within the bounds of 432x230. This will be `null` if the image has not been generated |
| `issue` | [`Issue!`](#issue) | The issue the design belongs to. |
| `notesCount` | [`Int!`](#int) | The total count of user-created notes for this design. |
| `project` | [`Project!`](#project) | The project the design belongs to. |
| `version` | [`DesignVersion!`](#designversion) | The version this design-at-versions is pinned to. |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `designs` | [`[Design!]!`](#design) | The designs that were uploaded by the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| `skippedDesigns` | [`[Design!]!`](#design) | Any designs that were skipped from the upload due to there being no change to their content since their last version |
| `designAtVersion` | [`DesignAtVersion!`](#designatversion) | A particular design as of this version, provided it is visible at this version. |
| `designs` | [`DesignConnection!`](#designconnection) | All designs that were changed in the version. |
| `designsAtVersion` | [`DesignAtVersionConnection!`](#designatversionconnection) | All designs that are visible at this version, as of this version. |
| `id` | [`ID!`](#id) | ID of the design version. |
| `sha` | [`ID!`](#id) | SHA of the design version. |
| `latestOpenedMostSevereAlert` | [`AlertManagementAlert`](#alertmanagementalert) | The most severe open alert for the environment. If multiple alerts have equal severity, the most recent is returned. |
| `metricsDashboard` | [`MetricsDashboard`](#metricsdashboard) | Metrics dashboard schema for the environment. |
| `name` | [`String!`](#string) | Human-readable name of the environment. |
| `path` | [`String!`](#string) | The path to the environment. |
| `state` | [`String!`](#string) | State of the environment, for example: available/stopped. |
| `author` | [`User!`](#user) | Author of the epic. |
| `awardEmoji` | [`AwardEmojiConnection`](#awardemojiconnection) | A list of award emojis associated with the epic. |
| `children` | [`EpicConnection`](#epicconnection) | Children (sub-epics) of the epic. |
| `closedAt` | [`Time`](#time) | Timestamp of when the epic was closed. |
| `confidential` | [`Boolean`](#boolean) | Indicates if the epic is confidential. |
| `createdAt` | [`Time`](#time) | Timestamp of when the epic was created. |
| `currentUserTodos` | [`TodoConnection!`](#todoconnection) | To-do items for the current user. |
| `descendantCounts` | [`EpicDescendantCount`](#epicdescendantcount) | Number of open and closed descendant epics and issues. |
| `descendantWeightSum` | [`EpicDescendantWeights`](#epicdescendantweights) | Total weight of open and closed issues in the epic and its descendants. |
| `description` | [`String`](#string) | Description of the epic. |
| `discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. |
| `downvotes` | [`Int!`](#int) | Number of downvotes the epic has received. |
| `dueDate` | [`Time`](#time) | Due date of the epic. |
| `dueDateFixed` | [`Time`](#time) | Fixed due date of the epic. |
| `dueDateFromMilestones` | [`Time`](#time) | Inherited due date of the epic from milestones. |
| `dueDateIsFixed` | [`Boolean`](#boolean) | Indicates if the due date has been manually set. |
| `events` | [`EventConnection`](#eventconnection) | A list of events associated with the object. |
| `group` | [`Group!`](#group) | Group to which the epic belongs. |
| `hasChildren` | [`Boolean!`](#boolean) | Indicates if the epic has children. |
| `hasIssues` | [`Boolean!`](#boolean) | Indicates if the epic has direct issues. |
| `hasParent` | [`Boolean!`](#boolean) | Indicates if the epic has a parent epic. |
| `healthStatus` | [`EpicHealthStatus`](#epichealthstatus) | Current health status of the epic. |
| `id` | [`ID!`](#id) | ID of the epic. |
| `iid` | [`ID!`](#id) | Internal ID of the epic. |
| `issues` | [`EpicIssueConnection`](#epicissueconnection) | A list of issues associated with the epic. |
| `labels` | [`LabelConnection`](#labelconnection) | Labels assigned to the epic. |
| `notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. |
| `parent` | [`Epic`](#epic) | Parent epic of the epic. |
| `participants` | [`UserConnection`](#userconnection) | List of participants for the epic. |
| `reference` | [`String!`](#string) | Internal reference of the epic. Returned in shortened format by default. |
| `relationPath` | [`String`](#string) | URI path of the epic-issue relationship. |
| `relativePosition` | [`Int`](#int) | The relative position of the epic in the epic tree. |
| `startDate` | [`Time`](#time) | Start date of the epic. |
| `startDateFixed` | [`Time`](#time) | Fixed start date of the epic. |
| `startDateFromMilestones` | [`Time`](#time) | Inherited start date of the epic from milestones. |
| `startDateIsFixed` | [`Boolean`](#boolean) | Indicates if the start date has been manually set. |
| `state` | [`EpicState!`](#epicstate) | State of the epic. |
| `subscribed` | [`Boolean!`](#boolean) | Indicates the currently logged in user is subscribed to the epic. |
| `title` | [`String`](#string) | Title of the epic. |
| `updatedAt` | [`Time`](#time) | Timestamp of when the epic was updated. |
| `upvotes` | [`Int!`](#int) | Number of upvotes the epic has received. |
| `userDiscussionsCount` | [`Int!`](#int) | Number of user discussions in the epic. |
| `userNotesCount` | [`Int!`](#int) | Number of user notes of the epic. |
| `userPermissions` | [`EpicPermissions!`](#epicpermissions) | Permissions for the current user on the resource |
| `webPath` | [`String!`](#string) | Web path of the epic. |
| `webUrl` | [`String!`](#string) | Web URL of the epic. |
| `containerRepositoriesMaxCapacity` | [`Int`](#int) | The maximum concurrency of container repository sync for this secondary node. |
| `enabled` | [`Boolean`](#boolean) | Indicates whether this Geo node is enabled. |
| `filesMaxCapacity` | [`Int`](#int) | The maximum concurrency of LFS/attachment backfill for this secondary node. |
| `groupWikiRepositoryRegistries` | [`GroupWikiRepositoryRegistryConnection`](#groupwikirepositoryregistryconnection) | Find group wiki repository registries on this Geo node. |
| `id` | [`ID!`](#id) | ID of this GeoNode. |
| `internalUrl` | [`String`](#string) | The URL defined on the primary node that secondary nodes should use to contact it. |
| `mergeRequestDiffRegistries` | [`MergeRequestDiffRegistryConnection`](#mergerequestdiffregistryconnection) | Find merge request diff registries on this Geo node. |
| `minimumReverificationInterval` | [`Int`](#int) | The interval (in days) in which the repository verification is valid. Once expired, it will be reverified. |
| `name` | [`String`](#string) | The unique identifier for this Geo node. |
| `packageFileRegistries` | [`PackageFileRegistryConnection`](#packagefileregistryconnection) | Package file registries of the GeoNode. |
| `primary` | [`Boolean`](#boolean) | Indicates whether this Geo node is the primary. |
| `reposMaxCapacity` | [`Int`](#int) | The maximum concurrency of repository backfill for this secondary node. |
| `selectiveSyncNamespaces` | [`NamespaceConnection`](#namespaceconnection) | The namespaces that should be synced, if `selective_sync_type` == `namespaces`. |
| `selectiveSyncShards` | [`[String!]`](#string) | The repository storages whose projects should be synced, if `selective_sync_type` == `shards`. |
| `selectiveSyncType` | [`String`](#string) | Indicates if syncing is limited to only specific groups, or shards. |
| `snippetRepositoryRegistries` | [`SnippetRepositoryRegistryConnection`](#snippetrepositoryregistryconnection) | Find snippet repository registries on this Geo node. |
| `syncObjectStorage` | [`Boolean`](#boolean) | Indicates if this secondary node will replicate blobs in Object Storage. |
| `terraformStateVersionRegistries` | [`TerraformStateVersionRegistryConnection`](#terraformstateversionregistryconnection) | Find terraform state version registries on this Geo node. |
| `url` | [`String`](#string) | The user-facing URL for this Geo node. |
| `verificationMaxCapacity` | [`Int`](#int) | The maximum concurrency of repository verification for this secondary node. |
| `grafanaUrl` | [`String!`](#string) | URL for the Grafana host for the Grafana integration. |
| `id` | [`ID!`](#id) | Internal ID of the Grafana integration. |
| `updatedAt` | [`Time!`](#time) | Timestamp of the issue's last activity. |
### `Group`
| Field | Type | Description |
| ----- | ---- | ----------- |
| `actualRepositorySizeLimit` | [`Float`](#float) | Size limit for repositories in the namespace in bytes. |
| `additionalPurchasedStorageSize` | [`Float`](#float) | Additional storage purchased for the root namespace in bytes. |
| `autoDevopsEnabled` | [`Boolean`](#boolean) | Indicates whether Auto DevOps is enabled for all projects within this group. |
| `avatarUrl` | [`String`](#string) | Avatar URL of the group. |
| `board` | [`Board`](#board) | A single board of the group. |
| `boards` | [`BoardConnection`](#boardconnection) | Boards of the group. |
| `codeCoverageActivities` | [`CodeCoverageActivityConnection`](#codecoverageactivityconnection) | Represents the code coverage activity for this group. |
| `complianceFrameworks` | [`ComplianceFrameworkConnection`](#complianceframeworkconnection) | Compliance frameworks available to projects in this namespace. Available only when feature flag `ff_custom_compliance_frameworks` is enabled. |
| `containerRepositories` | [`ContainerRepositoryConnection`](#containerrepositoryconnection) | Container repositories of the group. |
| `containerRepositoriesCount` | [`Int!`](#int) | Number of container repositories in the group. |
| `containsLockedProjects` | [`Boolean!`](#boolean) | Includes at least one project where the repository size exceeds the limit. |
| `customEmoji` | [`CustomEmojiConnection`](#customemojiconnection) | Custom emoji within this namespace. Available only when feature flag `custom_emoji` is enabled. |
| `description` | [`String`](#string) | Description of the namespace. |
| `descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description` |
| `emailsDisabled` | [`Boolean`](#boolean) | Indicates if a group has email notifications disabled. |
| `epic` | [`Epic`](#epic) | Find a single epic. |
| `epicBoard` | [`EpicBoard`](#epicboard) | Find a single epic board. |
| `label` | [`Label`](#label) | A label available on this group. |
| `labels` | [`LabelConnection`](#labelconnection) | Labels available on this group. |
| `lfsEnabled` | [`Boolean`](#boolean) | Indicates if Large File Storage (LFS) is enabled for namespace. |
| `mentionsDisabled` | [`Boolean`](#boolean) | Indicates if a group is disabled from getting mentioned. |
| `mergeRequests` | [`MergeRequestConnection`](#mergerequestconnection) | Merge requests for projects in this group. |
| `milestones` | [`MilestoneConnection`](#milestoneconnection) | Milestones of the group. |
| `name` | [`String!`](#string) | Name of the namespace. |
| `packageSettings` | [`PackageSettings`](#packagesettings) | The package settings for the namespace. |
| `packages` | [`PackageConnection`](#packageconnection) | Packages of the group. |
| `parent` | [`Group`](#group) | Parent group. |
| `path` | [`String!`](#string) | Path of the namespace. |
| `projectCreationLevel` | [`String`](#string) | The permission level required to create projects in the group. |
| `projects` | [`ProjectConnection!`](#projectconnection) | Projects within this namespace. |
| `repositorySizeExcessProjectCount` | [`Int!`](#int) | Number of projects in the root namespace where the repository size exceeds the limit. |
| `requestAccessEnabled` | [`Boolean`](#boolean) | Indicates if users can request access to namespace. |
| `requireTwoFactorAuthentication` | [`Boolean`](#boolean) | Indicates if all users in this group are required to set up two-factor authentication. |
| `rootStorageStatistics` | [`RootStorageStatistics`](#rootstoragestatistics) | Aggregated storage statistics of the namespace. Only available for root namespaces. |
| `shareWithGroupLock` | [`Boolean`](#boolean) | Indicates if sharing a project with another group within this group is prevented. |
| `stats` | [`GroupStats`](#groupstats) | Group statistics. |
| `storageSizeLimit` | [`Float`](#float) | Total storage limit of the root namespace in bytes. |
| `subgroupCreationLevel` | [`String`](#string) | The permission level required to create subgroups within the group. |
| `temporaryStorageIncreaseEndsOn` | [`Time`](#time) | Date until the temporary storage increase is active. |
| `timelogs` | [`TimelogConnection!`](#timelogconnection) | Time logged in issues by group members. |
| `totalRepositorySize` | [`Float`](#float) | Total repository size of all projects in the root namespace in bytes. |
| `totalRepositorySizeExcess` | [`Float`](#float) | Total excess repository size of all projects in the root namespace in bytes. |
| `twoFactorGracePeriod` | [`Int`](#int) | Time before two-factor authentication is enforced. |
| `userPermissions` | [`GroupPermissions!`](#grouppermissions) | Permissions for the current user on the resource |
| `visibility` | [`String`](#string) | Visibility of the namespace. |
| `vulnerabilities` | [`VulnerabilityConnection`](#vulnerabilityconnection) | Vulnerabilities reported on the projects in the group and its subgroups. |
| `vulnerabilitiesCountByDay` | [`VulnerabilitiesCountByDayConnection`](#vulnerabilitiescountbydayconnection) | Number of vulnerabilities per day for the projects in the group and its subgroups. |
| `vulnerabilitiesCountByDayAndSeverity`**{warning-solid}** | [`VulnerabilitiesCountByDayAndSeverityConnection`](#vulnerabilitiescountbydayandseverityconnection) | **Deprecated:** Use `vulnerabilitiesCountByDay`. Deprecated in 13.3. |
| `vulnerabilityGrades` | [`[VulnerableProjectsByGrade!]!`](#vulnerableprojectsbygrade) | Represents vulnerable project counts for each grade. |
| `vulnerabilityScanners` | [`VulnerabilityScannerConnection`](#vulnerabilityscannerconnection) | Vulnerability scanners reported on the project vulnerabilities of the group and its subgroups. |
| `vulnerabilitySeveritiesCount` | [`VulnerabilitySeveritiesCount`](#vulnerabilityseveritiescount) | Counts for each vulnerability severity in the group and its subgroups. |
| `webUrl` | [`String!`](#string) | Web URL of the group. |
| `releasesCount` | [`Int`](#int) | Total number of releases in all descendant projects of the group. Will always return `null` if `group_level_release_statistics` feature flag is disabled |
| `releasesPercentage` | [`Int`](#int) | Percentage of the group's descendant projects that have at least one release. Will always return `null` if `group_level_release_statistics` feature flag is disabled |
| `activePeriod` | [`OncallRotationActivePeriodType`](#oncallrotationactiveperiodtype) | Active period for the on-call rotation. |
| `endsAt` | [`Time`](#time) | End date and time of the on-call rotation. |
| `id` | [`IncidentManagementOncallRotationID!`](#incidentmanagementoncallrotationid) | ID of the on-call rotation. |
| `length` | [`Int`](#int) | Length of the on-call schedule, in the units specified by lengthUnit. |
| `lengthUnit` | [`OncallRotationUnitEnum`](#oncallrotationunitenum) | Unit of the on-call rotation length. |
| `name` | [`String!`](#string) | Name of the on-call rotation. |
| `participants` | [`OncallParticipantTypeConnection`](#oncallparticipanttypeconnection) | Participants of the on-call rotation. |
| `shifts` | [`IncidentManagementOncallShiftConnection`](#incidentmanagementoncallshiftconnection) | Blocks of time for which a participant is on-call within a given time frame. Time frame cannot exceed one month. |
| `startsAt` | [`Time`](#time) | Start date of the on-call rotation. |
| `vulnerabilityGrades` | [`[VulnerableProjectsByGrade!]!`](#vulnerableprojectsbygrade) | Represents vulnerable project counts for each grade. |
| `vulnerabilityScanners` | [`VulnerabilityScannerConnection`](#vulnerabilityscannerconnection) | Vulnerability scanners reported on the vulnerabilities from projects selected in Instance Security Dashboard. |
| `vulnerabilitySeveritiesCount` | [`VulnerabilitySeveritiesCount`](#vulnerabilityseveritiescount) | Counts for each vulnerability severity from projects selected in Instance Security Dashboard. |
| `createdAt` | [`Time!`](#time) | Timestamp of iteration creation. |
| `description` | [`String`](#string) | Description of the iteration. |
| `descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description` |
| `dueDate` | [`Time`](#time) | Timestamp of the iteration due date. |
| `id` | [`ID!`](#id) | ID of the iteration. |
| `iid` | [`ID!`](#id) | Internal ID of the iteration. |
| `report` | [`TimeboxReport`](#timeboxreport) | Historically accurate report about the timebox. |
| `scopedPath` | [`String`](#string) | Web path of the iteration, scoped to the query parent. Only valid for Project parents. Returns null in other contexts. |
| `scopedUrl` | [`String`](#string) | Web URL of the iteration, scoped to the query parent. Only valid for Project parents. Returns null in other contexts. |
| `startDate` | [`Time`](#time) | Timestamp of the iteration start date. |
| `state` | [`IterationState!`](#iterationstate) | State of the iteration. |
| `title` | [`String!`](#string) | Title of the iteration. |
| `updatedAt` | [`Time!`](#time) | Timestamp of last iteration update. |
| `webPath` | [`String!`](#string) | Web path of the iteration. |
| `webUrl` | [`String!`](#string) | Web URL of the iteration. |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| `snippet` | [`Snippet`](#snippet) | The snippet after mutation. |
### `MemberInterfaceConnection`
The connection type for MemberInterface.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `edges` | [`[MemberInterfaceEdge]`](#memberinterfaceedge) | A list of edges. |
| `nodes` | [`[MemberInterface]`](#memberinterface) | A list of nodes. |
| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
### `MemberInterfaceEdge`
An edge in a connection.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
| `node` | [`MemberInterface`](#memberinterface) | The item at the end of the edge. |
### `MergeRequest`
| Field | Type | Description |
| ----- | ---- | ----------- |
| `allowCollaboration` | [`Boolean`](#boolean) | Indicates if members of the target project can push to the fork. |
| `approvalsLeft` | [`Int`](#int) | Number of approvals left. |
| `approvalsRequired` | [`Int`](#int) | Number of approvals required. |
| `approved` | [`Boolean!`](#boolean) | Indicates if the merge request has all the required approvals. Returns true if no required approvals are configured. |
| `approvedBy` | [`UserConnection`](#userconnection) | Users who approved the merge request. |
| `assignees` | [`UserConnection`](#userconnection) | Assignees of the merge request. |
| `author` | [`User`](#user) | User who created this merge request. |
| `autoMergeEnabled` | [`Boolean!`](#boolean) | Indicates if auto merge is enabled for the merge request. |
| `autoMergeStrategy` | [`String`](#string) | Selected auto merge strategy. |
| `availableAutoMergeStrategies` | [`[String!]`](#string) | Array of available auto merge strategies. |
| `commitCount` | [`Int`](#int) | Number of commits in the merge request. |
| `conflicts` | [`Boolean!`](#boolean) | Indicates if the merge request has conflicts. |
| `createdAt` | [`Time!`](#time) | Timestamp of when the merge request was created. |
| `currentUserTodos` | [`TodoConnection!`](#todoconnection) | To-do items for the current user. |
| `defaultMergeCommitMessage` | [`String`](#string) | Default merge commit message of the merge request. |
| `defaultMergeCommitMessageWithDescription` | [`String`](#string) | Default merge commit message of the merge request with description. |
| `defaultSquashCommitMessage` | [`String`](#string) | Default squash commit message of the merge request. |
| `description` | [`String`](#string) | Description of the merge request (Markdown rendered as HTML for caching). |
| `descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description` |
| `diffHeadSha` | [`String`](#string) | Diff head SHA of the merge request. |
| `diffRefs` | [`DiffRefs`](#diffrefs) | References of the base SHA, the head SHA, and the start SHA for this merge request. |
| `diffStats` | [`[DiffStats!]`](#diffstats) | Details about which files were changed in this merge request. |
| `diffStatsSummary` | [`DiffStatsSummary`](#diffstatssummary) | Summary of which files were changed in this merge request. |
| `discussionLocked` | [`Boolean!`](#boolean) | Indicates if comments on the merge request are locked to members only. |
| `discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. |
| `divergedFromTargetBranch` | [`Boolean!`](#boolean) | Indicates if the source branch is behind the target branch. |
| `downvotes` | [`Int!`](#int) | Number of downvotes for the merge request. |
| `forceRemoveSourceBranch` | [`Boolean`](#boolean) | Indicates if the project settings will lead to source branch deletion after merge. |
| `hasCi` | [`Boolean!`](#boolean) | Indicates if the merge request has CI. |
| `hasSecurityReports` | [`Boolean!`](#boolean) | Indicates if the source branch has any security reports. |
| `headPipeline` | [`Pipeline`](#pipeline) | The pipeline running on the branch HEAD of the merge request. |
| `id` | [`ID!`](#id) | ID of the merge request. |
| `iid` | [`String!`](#string) | Internal ID of the merge request. |
| `inProgressMergeCommitSha` | [`String`](#string) | Commit SHA of the merge request if merge is in progress. |
| `labels` | [`LabelConnection`](#labelconnection) | Labels of the merge request. |
| `mergeCommitSha` | [`String`](#string) | SHA of the merge request commit (set once merged). |
| `mergeError` | [`String`](#string) | Error message due to a merge error. |
| `mergeOngoing` | [`Boolean!`](#boolean) | Indicates if a merge is currently occurring. |
| `mergeStatus` | [`String`](#string) | Status of the merge request. |
| `mergeTrainsCount` | [`Int`](#int) | Number of merge requests in the merge train. |
| `mergeUser` | [`User`](#user) | User who merged this merge request. |
| `mergeWhenPipelineSucceeds` | [`Boolean`](#boolean) | Indicates if the merge has been set to be merged when its pipeline succeeds (MWPS). |
| `mergeable` | [`Boolean!`](#boolean) | Indicates if the merge request is mergeable. |
| `mergeableDiscussionsState` | [`Boolean`](#boolean) | Indicates if all discussions in the merge request have been resolved, allowing the merge request to be merged. |
| `mergedAt` | [`Time`](#time) | Timestamp of when the merge request was merged, null if not merged. |
| `milestone` | [`Milestone`](#milestone) | The milestone of the merge request. |
| `notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. |
| `participants` | [`UserConnection`](#userconnection) | Participants in the merge request. This includes the author, assignees, reviewers, and users mentioned in notes. |
| `pipelines` | [`PipelineConnection`](#pipelineconnection) | Pipelines for the merge request. Note: for performance reasons, no more than the most recent 500 pipelines will be returned. |
| `project` | [`Project!`](#project) | Alias for target_project. |
| `projectId` | [`Int!`](#int) | ID of the merge request project. |
| `rebaseCommitSha` | [`String`](#string) | Rebase commit SHA of the merge request. |
| `rebaseInProgress` | [`Boolean!`](#boolean) | Indicates if there is a rebase currently in progress for the merge request. |
| `reference` | [`String!`](#string) | Internal reference of the merge request. Returned in shortened format by default. |
| `reviewers` | [`UserConnection`](#userconnection) | Users from whom a review has been requested. |
| `securityAutoFix` | [`Boolean`](#boolean) | Indicates if the merge request is created by @GitLab-Security-Bot. |
| `securityReportsUpToDateOnTargetBranch` | [`Boolean!`](#boolean) | Indicates if the target branch security reports are out of date. |
| `shouldBeRebased` | [`Boolean!`](#boolean) | Indicates if the merge request will be rebased. |
| `shouldRemoveSourceBranch` | [`Boolean`](#boolean) | Indicates if the source branch of the merge request will be deleted after merge. |
| `sourceBranch` | [`String!`](#string) | Source branch of the merge request. |
| `sourceBranchExists` | [`Boolean!`](#boolean) | Indicates if the source branch of the merge request exists. |
| `sourceBranchProtected` | [`Boolean!`](#boolean) | Indicates if the source branch is protected. |
| `sourceProject` | [`Project`](#project) | Source project of the merge request. |
| `sourceProjectId` | [`Int`](#int) | ID of the merge request source project. |
| `squash` | [`Boolean!`](#boolean) | Indicates if squash on merge is enabled. |
| `squashOnMerge` | [`Boolean!`](#boolean) | Indicates if squash on merge is enabled. |
| `state` | [`MergeRequestState!`](#mergerequeststate) | State of the merge request. |
| `subscribed` | [`Boolean!`](#boolean) | Indicates if the currently logged in user is subscribed to this merge request. |
| `targetBranch` | [`String!`](#string) | Target branch of the merge request. |
| `targetBranchExists` | [`Boolean!`](#boolean) | Indicates if the target branch of the merge request exists. |
| `targetProject` | [`Project!`](#project) | Target project of the merge request. |
| `targetProjectId` | [`Int!`](#int) | ID of the merge request target project. |
| `taskCompletionStatus` | [`TaskCompletionStatus!`](#taskcompletionstatus) | Completion status of tasks |
| `timeEstimate` | [`Int!`](#int) | Time estimate of the merge request. |
| `title` | [`String!`](#string) | Title of the merge request. |
| `titleHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `title` |
| `totalTimeSpent` | [`Int!`](#int) | Total time reported as spent on the merge request. |
| `updatedAt` | [`Time!`](#time) | Timestamp of when the merge request was last updated. |
| `upvotes` | [`Int!`](#int) | Number of upvotes for the merge request. |
| `userDiscussionsCount` | [`Int`](#int) | Number of user discussions in the merge request. |
| `userNotesCount` | [`Int`](#int) | User notes count of the merge request. |
| `userPermissions` | [`MergeRequestPermissions!`](#mergerequestpermissions) | Permissions for the current user on the resource |
| `webUrl` | [`String`](#string) | Web URL of the merge request. |
| `workInProgress` | [`Boolean!`](#boolean) | Indicates if the merge request is a draft. |
### `MergeRequestAcceptPayload`
Autogenerated return type of MergeRequestAccept.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| `mergeRequest` | [`MergeRequest`](#mergerequest) | The merge request after mutation. |
### `MergeRequestConnection`
The connection type for MergeRequest.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `count` | [`Int!`](#int) | Total count of collection. |
| `edges` | [`[MergeRequestEdge]`](#mergerequestedge) | A list of edges. |
| `nodes` | [`[MergeRequest]`](#mergerequest) | A list of nodes. |
| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
| `totalTimeToMerge` | [`Float`](#float) | Total sum of time to merge, in seconds, for the collection of merge requests. |
| `adminMergeRequest` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_merge_request` on this resource |
| `canMerge` | [`Boolean!`](#boolean) | Indicates the user can perform `can_merge` on this resource |
| `cherryPickOnCurrentMergeRequest` | [`Boolean!`](#boolean) | Indicates the user can perform `cherry_pick_on_current_merge_request` on this resource |
| `createNote` | [`Boolean!`](#boolean) | Indicates the user can perform `create_note` on this resource |
| `pushToSourceBranch` | [`Boolean!`](#boolean) | Indicates the user can perform `push_to_source_branch` on this resource |
| `readMergeRequest` | [`Boolean!`](#boolean) | Indicates the user can perform `read_merge_request` on this resource |
| `removeSourceBranch` | [`Boolean!`](#boolean) | Indicates the user can perform `remove_source_branch` on this resource |
| `revertOnCurrentMergeRequest` | [`Boolean!`](#boolean) | Indicates the user can perform `revert_on_current_merge_request` on this resource |
| `updateMergeRequest` | [`Boolean!`](#boolean) | Indicates the user can perform `update_merge_request` on this resource |
| `actualRepositorySizeLimit` | [`Float`](#float) | Size limit for repositories in the namespace in bytes. |
| `additionalPurchasedStorageSize` | [`Float`](#float) | Additional storage purchased for the root namespace in bytes. |
| `complianceFrameworks` | [`ComplianceFrameworkConnection`](#complianceframeworkconnection) | Compliance frameworks available to projects in this namespace. Available only when feature flag `ff_custom_compliance_frameworks` is enabled. |
| `containsLockedProjects` | [`Boolean!`](#boolean) | Includes at least one project where the repository size exceeds the limit. |
| `description` | [`String`](#string) | Description of the namespace. |
| `descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description` |
| `fullName` | [`String!`](#string) | Full name of the namespace. |
| `fullPath` | [`ID!`](#id) | Full path of the namespace. |
| `id` | [`ID!`](#id) | ID of the namespace. |
| `isTemporaryStorageIncreaseEnabled` | [`Boolean!`](#boolean) | Status of the temporary storage increase. |
| `lfsEnabled` | [`Boolean`](#boolean) | Indicates if Large File Storage (LFS) is enabled for namespace. |
| `name` | [`String!`](#string) | Name of the namespace. |
| `packageSettings` | [`PackageSettings`](#packagesettings) | The package settings for the namespace. |
| `path` | [`String!`](#string) | Path of the namespace. |
| `projects` | [`ProjectConnection!`](#projectconnection) | Projects within this namespace. |
| `repositorySizeExcessProjectCount` | [`Int!`](#int) | Number of projects in the root namespace where the repository size exceeds the limit. |
| `requestAccessEnabled` | [`Boolean`](#boolean) | Indicates if users can request access to namespace. |
| `rootStorageStatistics` | [`RootStorageStatistics`](#rootstoragestatistics) | Aggregated storage statistics of the namespace. Only available for root namespaces. |
| `storageSizeLimit` | [`Float`](#float) | Total storage limit of the root namespace in bytes. |
| `temporaryStorageIncreaseEndsOn` | [`Time`](#time) | Date until the temporary storage increase is active. |
| `totalRepositorySize` | [`Float`](#float) | Total repository size of all projects in the root namespace in bytes. |
| `totalRepositorySizeExcess` | [`Float`](#float) | Total excess repository size of all projects in the root namespace in bytes. |
| `visibility` | [`String`](#string) | Visibility of the namespace. |
| `adminNote` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_note` on this resource |
| `awardEmoji` | [`Boolean!`](#boolean) | Indicates the user can perform `award_emoji` on this resource |
| `createNote` | [`Boolean!`](#boolean) | Indicates the user can perform `create_note` on this resource |
| `readNote` | [`Boolean!`](#boolean) | Indicates the user can perform `read_note` on this resource |
| `repositionNote` | [`Boolean!`](#boolean) | Indicates the user can perform `reposition_note` on this resource |
| `resolveNote` | [`Boolean!`](#boolean) | Indicates the user can perform `resolve_note` on this resource |
### `OncallParticipantType`
The rotation participant and color palette.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `colorPalette` | [`String`](#string) | The color palette to assign to the on-call user. For example "blue". |
| `colorWeight` | [`String`](#string) | The color weight to assign to for the on-call user, for example "500". Max 4 chars. For easy identification of the user. |
| `id` | [`IncidentManagementOncallParticipantID!`](#incidentmanagementoncallparticipantid) | ID of the on-call participant. |
| `user` | [`User!`](#user) | The user who is participating. |
### `OncallParticipantTypeConnection`
The connection type for OncallParticipantType.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `edges` | [`[OncallParticipantTypeEdge]`](#oncallparticipanttypeedge) | A list of edges. |
| `nodes` | [`[OncallParticipantType]`](#oncallparticipanttype) | A list of nodes. |
| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
### `OncallParticipantTypeEdge`
An edge in a connection.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
| `node` | [`OncallParticipantType`](#oncallparticipanttype) | The item at the end of the edge. |
### `OncallRotationActivePeriodType`
Active period time range for on-call rotation.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `endTime` | [`String`](#string) | The end of the rotation active period. |
| `startTime` | [`String`](#string) | The start of the rotation active period. |
### `OncallRotationCreatePayload`
Autogenerated return type of OncallRotationCreate.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| `oncallRotation` | [`IncidentManagementOncallRotation`](#incidentmanagementoncallrotation) | The on-call rotation. |
### `OncallRotationDestroyPayload`
Autogenerated return type of OncallRotationDestroy.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| `oncallRotation` | [`IncidentManagementOncallRotation`](#incidentmanagementoncallrotation) | The on-call rotation. |
### `OncallRotationUpdatePayload`
Autogenerated return type of OncallRotationUpdate.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| `oncallRotation` | [`IncidentManagementOncallRotation`](#incidentmanagementoncallrotation) | The on-call rotation. |
### `OncallScheduleCreatePayload`
Autogenerated return type of OncallScheduleCreate.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| `oncallSchedule` | [`IncidentManagementOncallSchedule`](#incidentmanagementoncallschedule) | The on-call schedule. |
### `OncallScheduleDestroyPayload`
Autogenerated return type of OncallScheduleDestroy.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| `oncallSchedule` | [`IncidentManagementOncallSchedule`](#incidentmanagementoncallschedule) | The on-call schedule. |
### `OncallScheduleUpdatePayload`
Autogenerated return type of OncallScheduleUpdate.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| `oncallSchedule` | [`IncidentManagementOncallSchedule`](#incidentmanagementoncallschedule) | The on-call schedule. |
### `Package`
Represents a package in the Package Registry.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `createdAt` | [`Time!`](#time) | Date of creation. |
| `id` | [`PackagesPackageID!`](#packagespackageid) | ID of the package. |
| `updatedAt` | [`Time!`](#time) | Date of most recent update. |
| `version` | [`String`](#string) | Version string. |
| `versions` | [`PackageWithoutVersionsConnection`](#packagewithoutversionsconnection) | The other versions of the package. |
### `PackageComposerJsonType`
Represents a composer JSON file.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `license` | [`String`](#string) | The license set in the Composer JSON file. |
| `name` | [`String`](#string) | The name set in the Composer JSON file. |
| `type` | [`String`](#string) | The type set in the Composer JSON file. |
| `version` | [`String`](#string) | The version set in the Composer JSON file. |
### `PackageConnection`
The connection type for Package.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `edges` | [`[PackageEdge]`](#packageedge) | A list of edges. |
| `nodes` | [`[Package]`](#package) | A list of nodes. |
| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
### `PackageEdge`
An edge in a connection.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
| `node` | [`Package`](#package) | The item at the end of the edge. |
### `PackageFileRegistry`
Represents the Geo sync and verification state of a package file.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `createdAt` | [`Time`](#time) | Timestamp when the PackageFileRegistry was created |
| `id` | [`ID!`](#id) | ID of the PackageFileRegistry |
| `lastSyncFailure` | [`String`](#string) | Error message during sync of the PackageFileRegistry |
| `lastSyncedAt` | [`Time`](#time) | Timestamp of the most recent successful sync of the PackageFileRegistry |
| `packageFileId` | [`ID!`](#id) | ID of the PackageFile. |
| `retryAt` | [`Time`](#time) | Timestamp after which the PackageFileRegistry should be resynced |
| `retryCount` | [`Int`](#int) | Number of consecutive failed sync attempts of the PackageFileRegistry |
| `state` | [`RegistryState`](#registrystate) | Sync state of the PackageFileRegistry |
### `PackageFileRegistryConnection`
The connection type for PackageFileRegistry.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `edges` | [`[PackageFileRegistryEdge]`](#packagefileregistryedge) | A list of edges. |
| `nodes` | [`[PackageFileRegistry]`](#packagefileregistry) | A list of nodes. |
| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
### `PackageFileRegistryEdge`
An edge in a connection.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
| `node` | [`PackageFileRegistry`](#packagefileregistry) | The item at the end of the edge. |
### `PackageSettings`
Namespace-level Package Registry settings.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `mavenDuplicateExceptionRegex` | [`UntrustedRegexp`](#untrustedregexp) | When maven_duplicates_allowed is false, you can publish duplicate packages with names that match this regex. Otherwise, this setting has no effect. |
| `mavenDuplicatesAllowed` | [`Boolean!`](#boolean) | Indicates whether duplicate Maven packages are allowed for this namespace. |
### `PackageTag`
Represents a package tag.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `createdAt` | [`Time!`](#time) | The created date. |
| `id` | [`ID!`](#id) | The ID of the tag. |
| `name` | [`String!`](#string) | The name of the tag. |
| `updatedAt` | [`Time!`](#time) | The updated date. |
### `PackageTagConnection`
The connection type for PackageTag.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `edges` | [`[PackageTagEdge]`](#packagetagedge) | A list of edges. |
| `nodes` | [`[PackageTag]`](#packagetag) | A list of nodes. |
| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
### `PackageTagEdge`
An edge in a connection.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
| `node` | [`PackageTag`](#packagetag) | The item at the end of the edge. |
### `PackageWithoutVersions`
Represents a version of a package in the Package Registry.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `createdAt` | [`Time!`](#time) | Date of creation. |
| `id` | [`PackagesPackageID!`](#packagespackageid) | ID of the package. |
| `createdAt` | [`Time!`](#time) | Timestamp of the pipeline's creation. |
| `detailedStatus` | [`DetailedStatus!`](#detailedstatus) | Detailed status of the pipeline. |
| `downstream` | [`PipelineConnection`](#pipelineconnection) | Pipelines this pipeline will trigger. |
| `duration` | [`Int`](#int) | Duration of the pipeline in seconds. |
| `finishedAt` | [`Time`](#time) | Timestamp of the pipeline's completion. |
| `id` | [`ID!`](#id) | ID of the pipeline. |
| `iid` | [`String!`](#string) | Internal ID of the pipeline. |
| `jobs` | [`CiJobConnection`](#cijobconnection) | Jobs belonging to the pipeline. |
| `path` | [`String`](#string) | Relative path to the pipeline's page. |
| `project` | [`Project`](#project) | Project the pipeline belongs to. |
| `retryable` | [`Boolean!`](#boolean) | Specifies if a pipeline can be retried. |
| `securityReportFindings` | [`PipelineSecurityReportFindingConnection`](#pipelinesecurityreportfindingconnection) | Vulnerability findings reported on the pipeline. |
| `securityReportSummary` | [`SecurityReportSummary`](#securityreportsummary) | Vulnerability and scanned resource counts for each security scanner of the pipeline. |
| `sha` | [`String!`](#string) | SHA of the pipeline's commit. |
| `sourceJob` | [`CiJob`](#cijob) | Job where pipeline was triggered from. |
| `stages` | [`CiStageConnection`](#cistageconnection) | Stages of the pipeline. |
| `startedAt` | [`Time`](#time) | Timestamp when the pipeline was started. |
| `status` | [`PipelineStatusEnum!`](#pipelinestatusenum) | Status of the pipeline (CREATED, WAITING_FOR_RESOURCE, PREPARING, PENDING, RUNNING, FAILED, SUCCESS, CANCELED, SKIPPED, MANUAL, SCHEDULED) |
| `updatedAt` | [`Time!`](#time) | Timestamp of the pipeline's last activity. |
| `upstream` | [`Pipeline`](#pipeline) | Pipeline that triggered the pipeline. |
| `user` | [`User`](#user) | Pipeline user. |
| `userPermissions` | [`PipelinePermissions!`](#pipelinepermissions) | Permissions for the current user on the resource |
| `warnings` | [`Boolean!`](#boolean) | Indicates if a pipeline has warnings. |
### `PipelineAnalytics`
| Field | Type | Description |
| ----- | ---- | ----------- |
| `monthPipelinesLabels` | [`[String!]`](#string) | Labels for the monthly pipeline count. |
| `yearPipelinesTotals` | [`[Int!]`](#int) | Total yearly pipeline count. |
### `PipelineCancelPayload`
Autogenerated return type of PipelineCancel.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
### `PipelineConnection`
The connection type for Pipeline.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `count` | [`Int!`](#int) | Total count of collection. |
| `edges` | [`[PipelineEdge]`](#pipelineedge) | A list of edges. |
| `nodes` | [`[Pipeline]`](#pipeline) | A list of nodes. |
| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
### `PipelineDestroyPayload`
Autogenerated return type of PipelineDestroy.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
### `PipelineEdge`
An edge in a connection.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
| `node` | [`Pipeline`](#pipeline) | The item at the end of the edge. |
### `PipelinePermissions`
| Field | Type | Description |
| ----- | ---- | ----------- |
| `adminPipeline` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_pipeline` on this resource |
| `destroyPipeline` | [`Boolean!`](#boolean) | Indicates the user can perform `destroy_pipeline` on this resource |
| `updatePipeline` | [`Boolean!`](#boolean) | Indicates the user can perform `update_pipeline` on this resource |
### `PipelineRetryPayload`
Autogenerated return type of PipelineRetry.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| `pipeline` | [`Pipeline`](#pipeline) | The pipeline after mutation. |
### `PipelineSecurityReportFinding`
Represents vulnerability finding of a security report on the pipeline.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `confidence` | [`String`](#string) | Type of the security report that found the vulnerability. |
| `description` | [`String`](#string) | Description of the vulnerability finding. |
| `identifiers` | [`[VulnerabilityIdentifier!]!`](#vulnerabilityidentifier) | Identifiers of the vulnerabilit finding. |
| `location` | [`VulnerabilityLocation`](#vulnerabilitylocation) | Location metadata for the vulnerability. Its fields depend on the type of security scan that found the vulnerability. |
| `name` | [`String`](#string) | Name of the vulnerability finding. |
| `project` | [`Project`](#project) | The project on which the vulnerability finding was found. |
| `projectFingerprint` | [`String`](#string) | Name of the vulnerability finding. |
| `reportType` | [`VulnerabilityReportType`](#vulnerabilityreporttype) | Type of the security report that found the vulnerability finding. |
| `scanner` | [`VulnerabilityScanner`](#vulnerabilityscanner) | Scanner metadata for the vulnerability. |
| `severity` | [`VulnerabilitySeverity`](#vulnerabilityseverity) | Severity of the vulnerability finding. |
| `solution` | [`String`](#string) | URL to the vulnerability's details page. |
| `uuid` | [`String`](#string) | Name of the vulnerability finding. |
### `PipelineSecurityReportFindingConnection`
The connection type for PipelineSecurityReportFinding.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `edges` | [`[PipelineSecurityReportFindingEdge]`](#pipelinesecurityreportfindingedge) | A list of edges. |
| `nodes` | [`[PipelineSecurityReportFinding]`](#pipelinesecurityreportfinding) | A list of nodes. |
| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
### `PipelineSecurityReportFindingEdge`
An edge in a connection.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
| `node` | [`PipelineSecurityReportFinding`](#pipelinesecurityreportfinding) | The item at the end of the edge. |
### `Project`
| Field | Type | Description |
| ----- | ---- | ----------- |
| `actualRepositorySizeLimit` | [`Float`](#float) | Size limit for the repository in bytes. |
| `alertManagementAlert` | [`AlertManagementAlert`](#alertmanagementalert) | A single Alert Management alert of the project. |
| `alertManagementAlertStatusCounts` | [`AlertManagementAlertStatusCountsType`](#alertmanagementalertstatuscountstype) | Counts of alerts by status for the project. |
| `alertManagementAlerts` | [`AlertManagementAlertConnection`](#alertmanagementalertconnection) | Alert Management alerts of the project. |
| `alertManagementHttpIntegrations` | [`AlertManagementHttpIntegrationConnection`](#alertmanagementhttpintegrationconnection) | HTTP Integrations which can receive alerts for the project. |
| `alertManagementIntegrations` | [`AlertManagementIntegrationConnection`](#alertmanagementintegrationconnection) | Integrations which can receive alerts for the project. |
| `alertManagementPayloadFields` | [`[AlertManagementPayloadAlertField!]`](#alertmanagementpayloadalertfield) | Extract alert fields from payload for custom mapping. |
| `allowMergeOnSkippedPipeline` | [`Boolean`](#boolean) | If `only_allow_merge_if_pipeline_succeeds` is true, indicates if merge requests of the project can also be merged with skipped jobs. |
| `apiFuzzingCiConfiguration` | [`ApiFuzzingCiConfiguration`](#apifuzzingciconfiguration) | API fuzzing configuration for the project. Available only when feature flag `api_fuzzing_configuration_ui` is enabled. |
| `archived` | [`Boolean`](#boolean) | Indicates the archived status of the project. |
| `autocloseReferencedIssues` | [`Boolean`](#boolean) | Indicates if issues referenced by merge requests and commits within the default branch are closed automatically. |
| `avatarUrl` | [`String`](#string) | URL to avatar image file of the project. |
| `board` | [`Board`](#board) | A single board of the project. |
| `boards` | [`BoardConnection`](#boardconnection) | Boards of the project. |
| `ciCdSettings` | [`ProjectCiCdSetting`](#projectcicdsetting) | CI/CD settings for the project. |
| `clusterAgent` | [`ClusterAgent`](#clusteragent) | Find a single cluster agent by name. |
| `clusterAgents` | [`ClusterAgentConnection`](#clusteragentconnection) | Cluster agents associated with the project. |
| `codeCoverageSummary` | [`CodeCoverageSummary`](#codecoveragesummary) | Code coverage summary associated with the project. |
| `complianceFrameworks` | [`ComplianceFrameworkConnection`](#complianceframeworkconnection) | Compliance frameworks associated with the project. |
| `containerExpirationPolicy` | [`ContainerExpirationPolicy`](#containerexpirationpolicy) | The container expiration policy of the project. |
| `containerRegistryEnabled` | [`Boolean`](#boolean) | Indicates if the project stores Docker container images in a container registry. |
| `containerRepositories` | [`ContainerRepositoryConnection`](#containerrepositoryconnection) | Container repositories of the project. |
| `containerRepositoriesCount` | [`Int!`](#int) | Number of container repositories in the project. |
| `createdAt` | [`Time`](#time) | Timestamp of the project creation. |
| `dastProfiles` | [`DastProfileConnection`](#dastprofileconnection) | DAST Profiles associated with the project. |
| `dastScannerProfiles` | [`DastScannerProfileConnection`](#dastscannerprofileconnection) | The DAST scanner profiles associated with the project. |
| `dastSiteProfile` | [`DastSiteProfile`](#dastsiteprofile) | DAST Site Profile associated with the project. |
| `dastSiteProfiles` | [`DastSiteProfileConnection`](#dastsiteprofileconnection) | DAST Site Profiles associated with the project. |
| `dastSiteValidations` | [`DastSiteValidationConnection`](#dastsitevalidationconnection) | DAST Site Validations associated with the project. |
| `description` | [`String`](#string) | Short description of the project. |
| `descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description` |
| `environment` | [`Environment`](#environment) | A single environment of the project. |
| `environments` | [`EnvironmentConnection`](#environmentconnection) | Environments of the project. |
| `forksCount` | [`Int!`](#int) | Number of times the project has been forked. |
| `fullPath` | [`ID!`](#id) | Full path of the project. |
| `grafanaIntegration` | [`GrafanaIntegration`](#grafanaintegration) | Grafana integration details for the project. |
| `group` | [`Group`](#group) | Group of the project. |
| `httpUrlToRepo` | [`String`](#string) | URL to connect to the project via HTTPS. |
| `id` | [`ID!`](#id) | ID of the project. |
| `importStatus` | [`String`](#string) | Status of import background job of the project. |
| `incidentManagementOncallSchedules` | [`IncidentManagementOncallScheduleConnection`](#incidentmanagementoncallscheduleconnection) | Incident Management On-call schedules of the project. |
| `issue` | [`Issue`](#issue) | A single issue of the project. |
| `issueStatusCounts` | [`IssueStatusCountsType`](#issuestatuscountstype) | Counts of issues by status for the project. |
| `issues` | [`IssueConnection`](#issueconnection) | Issues of the project. |
| `issuesEnabled` | [`Boolean`](#boolean) | Indicates if Issues are enabled for the current user |
| `jiraImportStatus` | [`String`](#string) | Status of Jira import background job of the project. |
| `jiraImports` | [`JiraImportConnection`](#jiraimportconnection) | Jira imports into the project. |
| `jobsEnabled` | [`Boolean`](#boolean) | Indicates if CI/CD pipeline jobs are enabled for the current user. |
| `label` | [`Label`](#label) | A label available on this project. |
| `labels` | [`LabelConnection`](#labelconnection) | Labels available on this project. |
| `lastActivityAt` | [`Time`](#time) | Timestamp of the project last activity. |
| `lfsEnabled` | [`Boolean`](#boolean) | Indicates if the project has Large File Storage (LFS) enabled. |
| `mergeRequest` | [`MergeRequest`](#mergerequest) | A single merge request of the project. |
| `mergeRequests` | [`MergeRequestConnection`](#mergerequestconnection) | Merge requests of the project. |
| `mergeRequestsEnabled` | [`Boolean`](#boolean) | Indicates if Merge Requests are enabled for the current user |
| `mergeRequestsFfOnlyEnabled` | [`Boolean`](#boolean) | Indicates if no merge commits should be created and all merges should instead be fast-forwarded, which means that merging is only allowed if the branch could be fast-forwarded. |
| `milestones` | [`MilestoneConnection`](#milestoneconnection) | Milestones of the project. |
| `name` | [`String!`](#string) | Name of the project (without namespace). |
| `nameWithNamespace` | [`String!`](#string) | Full name of the project with its namespace. |
| `namespace` | [`Namespace`](#namespace) | Namespace of the project. |
| `onlyAllowMergeIfAllDiscussionsAreResolved` | [`Boolean`](#boolean) | Indicates if merge requests of the project can only be merged when all the discussions are resolved. |
| `onlyAllowMergeIfPipelineSucceeds` | [`Boolean`](#boolean) | Indicates if merge requests of the project can only be merged with successful jobs. |
| `openIssuesCount` | [`Int`](#int) | Number of open issues for the project. |
| `packages` | [`PackageConnection`](#packageconnection) | Packages of the project. |
| `path` | [`String!`](#string) | Path of the project. |
| `pipeline` | [`Pipeline`](#pipeline) | Build pipeline of the project. |
| `pipelines` | [`PipelineConnection`](#pipelineconnection) | Build pipelines of the project. |
| `printingMergeRequestLinkEnabled` | [`Boolean`](#boolean) | Indicates if a link to create or view a merge request should display after a push to Git repositories of the project from the command line. |
| `projectMembers` | [`MemberInterfaceConnection`](#memberinterfaceconnection) | Members of the project. |
| `publicJobs` | [`Boolean`](#boolean) | Indicates if there is public access to pipelines and job details of the project, including output logs and artifacts. |
| `release` | [`Release`](#release) | A single release of the project. |
| `releases` | [`ReleaseConnection`](#releaseconnection) | Releases of the project. |
| `removeSourceBranchAfterMerge` | [`Boolean`](#boolean) | Indicates if `Delete source branch` option should be enabled by default for all new merge requests of the project. |
| `repository` | [`Repository`](#repository) | Git repository of the project. |
| `repositorySizeExcess` | [`Float`](#float) | Size of repository that exceeds the limit in bytes. |
| `requestAccessEnabled` | [`Boolean`](#boolean) | Indicates if users can request member access to the project. |
| `requirement` | [`Requirement`](#requirement) | Find a single requirement. |
| `requirementStatesCount` | [`RequirementStatesCount`](#requirementstatescount) | Number of requirements for the project by their state. |
| `sharedRunnersEnabled` | [`Boolean`](#boolean) | Indicates if shared runners are enabled for the project. |
| `snippets` | [`SnippetConnection`](#snippetconnection) | Snippets of the project. |
| `snippetsEnabled` | [`Boolean`](#boolean) | Indicates if Snippets are enabled for the current user |
| `squashReadOnly` | [`Boolean!`](#boolean) | Indicates if `squashReadOnly` is enabled. |
| `sshUrlToRepo` | [`String`](#string) | URL to connect to the project via SSH. |
| `starCount` | [`Int!`](#int) | Number of times the project has been starred. |
| `statistics` | [`ProjectStatistics`](#projectstatistics) | Statistics of the project. |
| `suggestionCommitMessage` | [`String`](#string) | The commit message used to apply merge request suggestions. |
| `tagList` | [`String`](#string) | List of project topics (not Git tags). |
| `terraformState` | [`TerraformState`](#terraformstate) | Find a single Terraform state by name. |
| `terraformStates` | [`TerraformStateConnection`](#terraformstateconnection) | Terraform states associated with the project. |
| `userPermissions` | [`ProjectPermissions!`](#projectpermissions) | Permissions for the current user on the resource |
| `visibility` | [`String`](#string) | Visibility of the project. |
| `vulnerabilities` | [`VulnerabilityConnection`](#vulnerabilityconnection) | Vulnerabilities reported on the project. |
| `vulnerabilitiesCountByDay` | [`VulnerabilitiesCountByDayConnection`](#vulnerabilitiescountbydayconnection) | Number of vulnerabilities per day for the project. |
| `vulnerabilityScanners` | [`VulnerabilityScannerConnection`](#vulnerabilityscannerconnection) | Vulnerability scanners reported on the project vulnerabilities. |
| `vulnerabilitySeveritiesCount` | [`VulnerabilitySeveritiesCount`](#vulnerabilityseveritiescount) | Counts for each vulnerability severity in the project. |
| `webUrl` | [`String`](#string) | Web URL of the project. |
| `wikiEnabled` | [`Boolean`](#boolean) | Indicates if Wikis are enabled for the current user |
### `ProjectCiCdSetting`
| Field | Type | Description |
| ----- | ---- | ----------- |
| `keepLatestArtifact` | [`Boolean`](#boolean) | Whether to keep the latest builds artifacts. |
| `project` | [`Project!`](#project) | Project to which the requirement belongs. |
| `state` | [`RequirementState!`](#requirementstate) | State of the requirement. |
| `testReports` | [`TestReportConnection`](#testreportconnection) | Test reports of the requirement. |
| `title` | [`String`](#string) | Title of the requirement. |
| `titleHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `title` |
| `updatedAt` | [`Time!`](#time) | Timestamp of when the requirement was last updated. |
| `userPermissions` | [`RequirementPermissions!`](#requirementpermissions) | Permissions for the current user on the resource |
### `RequirementConnection`
The connection type for Requirement.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `edges` | [`[RequirementEdge]`](#requirementedge) | A list of edges. |
| `nodes` | [`[Requirement]`](#requirement) | A list of nodes. |
| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
### `RequirementEdge`
An edge in a connection.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
| `node` | [`Requirement`](#requirement) | The item at the end of the edge. |
### `RequirementPermissions`
Check permissions for the current user on a requirement.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `adminRequirement` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_requirement` on this resource |
| `createRequirement` | [`Boolean!`](#boolean) | Indicates the user can perform `create_requirement` on this resource |
| `destroyRequirement` | [`Boolean!`](#boolean) | Indicates the user can perform `destroy_requirement` on this resource |
| `readRequirement` | [`Boolean!`](#boolean) | Indicates the user can perform `read_requirement` on this resource |
| `updateRequirement` | [`Boolean!`](#boolean) | Indicates the user can perform `update_requirement` on this resource |
### `RequirementStatesCount`
Counts of requirements by their state.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `archived` | [`Int`](#int) | Number of archived requirements. |
| `opened` | [`Int`](#int) | Number of opened requirements. |
### `RevertVulnerabilityToDetectedPayload`
Autogenerated return type of RevertVulnerabilityToDetected.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| `vulnerability` | [`Vulnerability`](#vulnerability) | The vulnerability after revert. |
### `RootStorageStatistics`
| Field | Type | Description |
| ----- | ---- | ----------- |
| `buildArtifactsSize` | [`Float!`](#float) | The CI artifacts size in bytes. |
| `lfsObjectsSize` | [`Float!`](#float) | The LFS objects size in bytes. |
| `packagesSize` | [`Float!`](#float) | The packages size in bytes. |
| `pipelineArtifactsSize` | [`Float!`](#float) | The CI pipeline artifacts size in bytes. |
| `repositorySize` | [`Float!`](#float) | The Git repository size in bytes. |
| `snippetsSize` | [`Float!`](#float) | The snippets size in bytes. |
| `storageSize` | [`Float!`](#float) | The total storage in bytes. |
| `uploadsSize` | [`Float!`](#float) | The uploads size in bytes. |
| `wikiSize` | [`Float!`](#float) | The wiki size in bytes. |
### `RunDASTScanPayload`
Autogenerated return type of RunDASTScan.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| `pipelineUrl` | [`String`](#string) | URL of the pipeline that was created. |
### `RunnerArchitecture`
| Field | Type | Description |
| ----- | ---- | ----------- |
| `downloadLocation` | [`String!`](#string) | Download location for the runner for the platform architecture. |
| `name` | [`String!`](#string) | Name of the runner platform architecture. |
### `RunnerArchitectureConnection`
The connection type for RunnerArchitecture.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `edges` | [`[RunnerArchitectureEdge]`](#runnerarchitectureedge) | A list of edges. |
| `nodes` | [`[RunnerArchitecture]`](#runnerarchitecture) | A list of nodes. |
| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
### `RunnerArchitectureEdge`
An edge in a connection.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
| `node` | [`RunnerArchitecture`](#runnerarchitecture) | The item at the end of the edge. |
### `RunnerPlatform`
| Field | Type | Description |
| ----- | ---- | ----------- |
| `architectures` | [`RunnerArchitectureConnection`](#runnerarchitectureconnection) | Runner architectures supported for the platform. |
| `humanReadableName` | [`String!`](#string) | Human readable name of the runner platform. |
| `name` | [`String!`](#string) | Name slug of the runner platform. |
### `RunnerPlatformConnection`
The connection type for RunnerPlatform.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `edges` | [`[RunnerPlatformEdge]`](#runnerplatformedge) | A list of edges. |
| `nodes` | [`[RunnerPlatform]`](#runnerplatform) | A list of nodes. |
| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
### `RunnerPlatformEdge`
An edge in a connection.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
| `node` | [`RunnerPlatform`](#runnerplatform) | The item at the end of the edge. |
### `RunnerSetup`
| Field | Type | Description |
| ----- | ---- | ----------- |
| `installInstructions` | [`String!`](#string) | Instructions for installing the runner on the specified architecture. |
| `registerInstructions` | [`String`](#string) | Instructions for registering the runner. |
### `SastCiConfiguration`
Represents a CI configuration of SAST.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `analyzers` | [`SastCiConfigurationAnalyzersEntityConnection`](#sastciconfigurationanalyzersentityconnection) | List of analyzers entities attached to SAST configuration. |
| `global` | [`SastCiConfigurationEntityConnection`](#sastciconfigurationentityconnection) | List of global entities related to SAST configuration. |
| `pipeline` | [`SastCiConfigurationEntityConnection`](#sastciconfigurationentityconnection) | List of pipeline entities related to SAST configuration. |
### `SastCiConfigurationAnalyzersEntity`
Represents an analyzer entity in SAST CI configuration.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `description` | [`String`](#string) | Analyzer description that is displayed on the form. |
| `enabled` | [`Boolean`](#boolean) | Indicates whether an analyzer is enabled. |
| `label` | [`String`](#string) | Analyzer label used in the config UI. |
| `name` | [`String`](#string) | Name of the analyzer. |
| `variables` | [`SastCiConfigurationEntityConnection`](#sastciconfigurationentityconnection) | List of supported variables. |
| `updatedIds`**{warning-solid}** | [`[TodoID!]!`](#todoid) | **Deprecated:** Use to-do items. Deprecated in 13.2. |
### `ToggleAwardEmojiPayload`
Autogenerated return type of ToggleAwardEmoji.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `awardEmoji` | [`AwardEmoji`](#awardemoji) | The award emoji after mutation. |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| `toggledOn` | [`Boolean!`](#boolean) | Indicates the status of the emoji. True if the toggle awarded the emoji, and false if the toggle removed the emoji. |
### `Tree`
| Field | Type | Description |
| ----- | ---- | ----------- |
| `blobs` | [`BlobConnection!`](#blobconnection) | Blobs of the tree. |
| `lastCommit` | [`Commit`](#commit) | Last commit for the tree. |
| `submodules` | [`SubmoduleConnection!`](#submoduleconnection) | Sub-modules of the tree. |
| `trees` | [`TreeEntryConnection!`](#treeentryconnection) | Trees of the tree. |
### `TreeEntry`
Represents a directory.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `flatPath` | [`String!`](#string) | Flat path of the entry. |
| `id` | [`ID!`](#id) | ID of the entry. |
| `name` | [`String!`](#string) | Name of the entry. |
| `path` | [`String!`](#string) | Path of the entry. |
| `sha` | [`String!`](#string) | Last commit SHA for the entry. |
| `type` | [`EntryType!`](#entrytype) | Type of tree entry. |
| `webPath` | [`String`](#string) | Web path for the tree entry (directory). |
| `webUrl` | [`String`](#string) | Web URL for the tree entry (directory). |
### `TreeEntryConnection`
The connection type for TreeEntry.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `edges` | [`[TreeEntryEdge]`](#treeentryedge) | A list of edges. |
| `nodes` | [`[TreeEntry]`](#treeentry) | A list of nodes. |
| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
### `TreeEntryEdge`
An edge in a connection.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
| `node` | [`TreeEntry`](#treeentry) | The item at the end of the edge. |
### `UpdateAlertStatusPayload`
Autogenerated return type of UpdateAlertStatus.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `alert` | [`AlertManagementAlert`](#alertmanagementalert) | The alert after mutation. |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| `issue` | [`Issue`](#issue) | The issue created after mutation. |
| `todo` | [`Todo`](#todo) | The to-do item after mutation. |
### `UpdateBoardEpicUserPreferencesPayload`
Autogenerated return type of UpdateBoardEpicUserPreferences.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `epicUserPreferences` | [`BoardEpicUserPreferences`](#boardepicuserpreferences) | User preferences for the epic in the board after mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
### `UpdateBoardListPayload`
Autogenerated return type of UpdateBoardList.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
Autogenerated return type of UpdateNamespacePackageSettings.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| `packageSettings` | [`PackageSettings`](#packagesettings) | The namespace package setting after mutation. |
### `UpdateNotePayload`
Autogenerated return type of UpdateNote.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| `note` | [`Note`](#note) | The note after mutation. |
### `UpdateRequirementPayload`
Autogenerated return type of UpdateRequirement.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| `requirement` | [`Requirement`](#requirement) | Requirement after mutation. |
### `UpdateSnippetPayload`
Autogenerated return type of UpdateSnippet.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `captchaSiteKey` | [`String`](#string) | The CAPTCHA site key which must be used to render a challenge for the user to solve to obtain a valid captchaResponse value. Included only when an operation was not completed because "NeedsCaptchaResponse" is true. |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| `needsCaptchaResponse` | [`Boolean`](#boolean) | Indicates whether the operation was detected as possible spam and not completed. If CAPTCHA is enabled, the request must be resubmitted with a valid CAPTCHA response and spam_log_id included for the operation to be completed. Included only when an operation was not completed because "NeedsCaptchaResponse" is true. |
| `snippet` | [`Snippet`](#snippet) | The snippet after mutation. |
| `spam` | [`Boolean`](#boolean) | Indicates whether the operation was detected as definite spam. There is no option to resubmit the request with a CAPTCHA response. |
| `spamLogId` | [`Int`](#int) | The spam log ID which must be passed along with a valid CAPTCHA response for an operation to be completed. Included only when an operation was not completed because "NeedsCaptchaResponse" is true. |
### `UsageTrendsMeasurement`
Represents a recorded measurement (object count) for the Admins.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `count` | [`Int!`](#int) | Object count. |
| `identifier` | [`MeasurementIdentifier!`](#measurementidentifier) | The type of objects being measured. |
| `recordedAt` | [`Time`](#time) | The time the measurement was recorded. |
### `UsageTrendsMeasurementConnection`
The connection type for UsageTrendsMeasurement.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `edges` | [`[UsageTrendsMeasurementEdge]`](#usagetrendsmeasurementedge) | A list of edges. |
| `nodes` | [`[UsageTrendsMeasurement]`](#usagetrendsmeasurement) | A list of nodes. |
| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
### `UsageTrendsMeasurementEdge`
An edge in a connection.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
| `node` | [`UsageTrendsMeasurement`](#usagetrendsmeasurement) | The item at the end of the edge. |
### `User`
| Field | Type | Description |
| ----- | ---- | ----------- |
| `assignedMergeRequests` | [`MergeRequestConnection`](#mergerequestconnection) | Merge Requests assigned to the user. |
| `authoredMergeRequests` | [`MergeRequestConnection`](#mergerequestconnection) | Merge Requests authored by the user. |
| `avatarUrl` | [`String`](#string) | URL of the user's avatar. |
| `bot` | [`Boolean!`](#boolean) | Indicates if the user is a bot. |
| `callouts` | [`UserCalloutConnection`](#usercalloutconnection) | User callouts that belong to the user. |
| `email`**{warning-solid}** | [`String`](#string) | **Deprecated:** Use public_email. Deprecated in 13.7. |
| `groupCount` | [`Int`](#int) | Group count for the user. Available only when feature flag `user_group_counts` is enabled. |
| `groupMemberships` | [`GroupMemberConnection`](#groupmemberconnection) | Group memberships of the user. |
| `id` | [`ID!`](#id) | ID of the user. |
| `location` | [`String`](#string) | The location of the user. |
| `name` | [`String!`](#string) | Human-readable name of the user. |
| `projectMemberships` | [`ProjectMemberConnection`](#projectmemberconnection) | Project memberships of the user. |
| `publicEmail` | [`String`](#string) | User's public email. |
| `reviewRequestedMergeRequests` | [`MergeRequestConnection`](#mergerequestconnection) | Merge Requests assigned to the user for review. |
| `snippets` | [`SnippetConnection`](#snippetconnection) | Snippets authored by the user. |
| `starredProjects` | [`ProjectConnection`](#projectconnection) | Projects starred by the user. |
| `state` | [`UserState!`](#userstate) | State of the user. |
| `status` | [`UserStatus`](#userstatus) | User status. |
| `todos` | [`TodoConnection!`](#todoconnection) | To-do items of the user. |
| `userPermissions` | [`UserPermissions!`](#userpermissions) | Permissions for the current user on the resource |
| `username` | [`String!`](#string) | Username of the user. Unique within this instance of GitLab. |
| `webPath` | [`String!`](#string) | Web path of the user. |
| `webUrl` | [`String!`](#string) | Web URL of the user. |
### `UserCallout`
| Field | Type | Description |
| ----- | ---- | ----------- |
| `dismissedAt` | [`Time`](#time) | Date when the callout was dismissed. |
| `featureName` | [`UserCalloutFeatureNameEnum!`](#usercalloutfeaturenameenum) | Name of the feature that the callout is for. |
### `UserCalloutConnection`
The connection type for UserCallout.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `edges` | [`[UserCalloutEdge]`](#usercalloutedge) | A list of edges. |
| `nodes` | [`[UserCallout]`](#usercallout) | A list of nodes. |
| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
### `UserCalloutCreatePayload`
Autogenerated return type of UserCalloutCreate.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| `userCallout` | [`UserCallout!`](#usercallout) | The user callout dismissed. |
### `UserCalloutEdge`
An edge in a connection.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
| `node` | [`UserCallout`](#usercallout) | The item at the end of the edge. |
### `UserConnection`
The connection type for User.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `edges` | [`[UserEdge]`](#useredge) | A list of edges. |
| `nodes` | [`[User]`](#user) | A list of nodes. |
| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
### `UserEdge`
An edge in a connection.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
| `node` | [`User`](#user) | The item at the end of the edge. |
### `UserPermissions`
| Field | Type | Description |
| ----- | ---- | ----------- |
| `createSnippet` | [`Boolean!`](#boolean) | Indicates the user can perform `create_snippet` on this resource |
### `UserStatus`
| Field | Type | Description |
| ----- | ---- | ----------- |
| `availability` | [`AvailabilityEnum!`](#availabilityenum) | User availability status. |
| `emoji` | [`String`](#string) | String representation of emoji. |
| `message` | [`String`](#string) | User status message. |
| `messageHtml` | [`String`](#string) | HTML of the user status message |
### `VulnerabilitiesCountByDay`
Represents the count of vulnerabilities by severity on a particular day. This data is retained for 365 days.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `critical` | [`Int!`](#int) | Total number of vulnerabilities on a particular day with critical severity |
| `date` | [`ISO8601Date!`](#iso8601date) | Date for the count. |
| `high` | [`Int!`](#int) | Total number of vulnerabilities on a particular day with high severity |
| `info` | [`Int!`](#int) | Total number of vulnerabilities on a particular day with info severity |
| `low` | [`Int!`](#int) | Total number of vulnerabilities on a particular day with low severity |
| `medium` | [`Int!`](#int) | Total number of vulnerabilities on a particular day with medium severity |
| `total` | [`Int!`](#int) | Total number of vulnerabilities on a particular day. |
| `unknown` | [`Int!`](#int) | Total number of vulnerabilities on a particular day with unknown severity |
### `VulnerabilitiesCountByDayAndSeverity`
Represents the number of vulnerabilities for a particular severity on a particular day. This data is retained for 365 days.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `count` | [`Int`](#int) | Number of vulnerabilities. |
| `day` | [`ISO8601Date`](#iso8601date) | Date for the count. |
| `severity` | [`VulnerabilitySeverity`](#vulnerabilityseverity) | Severity of the counted vulnerabilities. |
The connection type for VulnerabilitiesCountByDayAndSeverity.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `edges` | [`[VulnerabilitiesCountByDayAndSeverityEdge]`](#vulnerabilitiescountbydayandseverityedge) | A list of edges. |
| `nodes` | [`[VulnerabilitiesCountByDayAndSeverity]`](#vulnerabilitiescountbydayandseverity) | A list of nodes. |
| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
### `VulnerabilitiesCountByDayAndSeverityEdge`
An edge in a connection.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
| `node` | [`VulnerabilitiesCountByDayAndSeverity`](#vulnerabilitiescountbydayandseverity) | The item at the end of the edge. |
### `VulnerabilitiesCountByDayConnection`
The connection type for VulnerabilitiesCountByDay.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `edges` | [`[VulnerabilitiesCountByDayEdge]`](#vulnerabilitiescountbydayedge) | A list of edges. |
| `nodes` | [`[VulnerabilitiesCountByDay]`](#vulnerabilitiescountbyday) | A list of nodes. |
| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
### `VulnerabilitiesCountByDayEdge`
An edge in a connection.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
| `node` | [`VulnerabilitiesCountByDay`](#vulnerabilitiescountbyday) | The item at the end of the edge. |
### `Vulnerability`
Represents a vulnerability.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `confirmedAt` | [`Time`](#time) | Timestamp of when the vulnerability state was changed to confirmed. |
| `confirmedBy` | [`User`](#user) | The user that confirmed the vulnerability. |
| `description` | [`String`](#string) | Description of the vulnerability. |
| `details` | [`[VulnerabilityDetail!]!`](#vulnerabilitydetail) | Details of the vulnerability. |
| `detectedAt` | [`Time!`](#time) | Timestamp of when the vulnerability was first detected. |
| `discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. |
| `dismissedAt` | [`Time`](#time) | Timestamp of when the vulnerability state was changed to dismissed. |
| `dismissedBy` | [`User`](#user) | The user that dismissed the vulnerability. |
| `externalIssueLinks` | [`VulnerabilityExternalIssueLinkConnection!`](#vulnerabilityexternalissuelinkconnection) | List of external issue links related to the vulnerability. |
| `hasSolutions` | [`Boolean`](#boolean) | Indicates whether there is a solution available for this vulnerability. |
| `id` | [`ID!`](#id) | GraphQL ID of the vulnerability. |
| `identifiers` | [`[VulnerabilityIdentifier!]!`](#vulnerabilityidentifier) | Identifiers of the vulnerability. |
| `issueLinks` | [`VulnerabilityIssueLinkConnection!`](#vulnerabilityissuelinkconnection) | List of issue links related to the vulnerability. |
| `location` | [`VulnerabilityLocation`](#vulnerabilitylocation) | Location metadata for the vulnerability. Its fields depend on the type of security scan that found the vulnerability. |
| `mergeRequest` | [`MergeRequest`](#mergerequest) | Merge request that fixes the vulnerability. |
| `notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. |
| `primaryIdentifier` | [`VulnerabilityIdentifier`](#vulnerabilityidentifier) | Primary identifier of the vulnerability. |
| `project` | [`Project`](#project) | The project on which the vulnerability was found. |
| `reportType` | [`VulnerabilityReportType`](#vulnerabilityreporttype) | Type of the security report that found the vulnerability (SAST, DEPENDENCY_SCANNING, CONTAINER_SCANNING, DAST, SECRET_DETECTION, COVERAGE_FUZZING, API_FUZZING). `Scan Type` in the UI. |
| `resolvedAt` | [`Time`](#time) | Timestamp of when the vulnerability state was changed to resolved. |
| `resolvedBy` | [`User`](#user) | The user that resolved the vulnerability. |
| `resolvedOnDefaultBranch` | [`Boolean!`](#boolean) | Indicates whether the vulnerability is fixed on the default branch or not. |
| `scanner` | [`VulnerabilityScanner`](#vulnerabilityscanner) | Scanner metadata for the vulnerability. |
| `severity` | [`VulnerabilitySeverity`](#vulnerabilityseverity) | Severity of the vulnerability (INFO, UNKNOWN, LOW, MEDIUM, HIGH, CRITICAL) |
| `state` | [`VulnerabilityState`](#vulnerabilitystate) | State of the vulnerability (DETECTED, CONFIRMED, RESOLVED, DISMISSED) |
| `title` | [`String`](#string) | Title of the vulnerability. |
| `userNotesCount` | [`Int!`](#int) | Number of user notes attached to the vulnerability. |
| `userPermissions` | [`VulnerabilityPermissions!`](#vulnerabilitypermissions) | Permissions for the current user on the resource |
| `vulnerabilityPath` | [`String`](#string) | URL to the vulnerability's details page. |
### `VulnerabilityConfirmPayload`
Autogenerated return type of VulnerabilityConfirm.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| `vulnerability` | [`Vulnerability`](#vulnerability) | The vulnerability after state change. |
### `VulnerabilityConnection`
The connection type for Vulnerability.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `edges` | [`[VulnerabilityEdge]`](#vulnerabilityedge) | A list of edges. |
| `nodes` | [`[Vulnerability]`](#vulnerability) | A list of nodes. |
| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
### `VulnerabilityDetailBase`
Represents the vulnerability details base.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `description` | [`String`](#string) | Description of the field. |
| `fieldName` | [`String`](#string) | Name of the field. |
| `name` | [`String`](#string) | Name of the field. |
### `VulnerabilityDetailBoolean`
Represents the vulnerability details boolean value.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `description` | [`String`](#string) | Description of the field. |
| `fieldName` | [`String`](#string) | Name of the field. |
| `name` | [`String`](#string) | Name of the field. |
| `value` | [`Boolean!`](#boolean) | Value of the field. |
### `VulnerabilityDetailCode`
Represents the vulnerability details code field.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `description` | [`String`](#string) | Description of the field. |
| `fieldName` | [`String`](#string) | Name of the field. |
| `lang` | [`String`](#string) | Language of the code. |
| `name` | [`String`](#string) | Name of the field. |
| `value` | [`String!`](#string) | Source code. |
### `VulnerabilityDetailCommit`
Represents the vulnerability details commit field.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `description` | [`String`](#string) | Description of the field. |
| `fieldName` | [`String`](#string) | Name of the field. |
| `name` | [`String`](#string) | Name of the field. |
| `value` | [`String!`](#string) | The commit SHA value. |
### `VulnerabilityDetailDiff`
Represents the vulnerability details diff field.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `after` | [`String!`](#string) | Value of the field after the change. |
| `before` | [`String!`](#string) | Value of the field before the change. |
| `description` | [`String`](#string) | Description of the field. |
| `fieldName` | [`String`](#string) | Name of the field. |
| `name` | [`String`](#string) | Name of the field. |
### `VulnerabilityDetailFileLocation`
Represents the vulnerability details location within a file in the project.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `description` | [`String`](#string) | Description of the field. |
| `fieldName` | [`String`](#string) | Name of the field. |
Autogenerated return type of VulnerabilityExternalIssueLinkDestroy.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
### `VulnerabilityExternalIssueLinkEdge`
An edge in a connection.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
| `node` | [`VulnerabilityExternalIssueLink`](#vulnerabilityexternalissuelink) | The item at the end of the edge. |
### `VulnerabilityIdentifier`
Represents a vulnerability identifier.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `externalId` | [`String`](#string) | External ID of the vulnerability identifier. |
| `externalType` | [`String`](#string) | External type of the vulnerability identifier. |
| `name` | [`String`](#string) | Name of the vulnerability identifier. |
| `url` | [`String`](#string) | URL of the vulnerability identifier. |
### `VulnerabilityIssueLink`
Represents an issue link of a vulnerability.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `id` | [`ID!`](#id) | GraphQL ID of the vulnerability. |
| `issue` | [`Issue!`](#issue) | The issue attached to issue link. |
| `linkType` | [`VulnerabilityIssueLinkType!`](#vulnerabilityissuelinktype) | Type of the issue link. |
### `VulnerabilityIssueLinkConnection`
The connection type for VulnerabilityIssueLink.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `edges` | [`[VulnerabilityIssueLinkEdge]`](#vulnerabilityissuelinkedge) | A list of edges. |
| `nodes` | [`[VulnerabilityIssueLink]`](#vulnerabilityissuelink) | A list of nodes. |
| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
### `VulnerabilityIssueLinkEdge`
An edge in a connection.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
| `node` | [`VulnerabilityIssueLink`](#vulnerabilityissuelink) | The item at the end of the edge. |
### `VulnerabilityLocationContainerScanning`
Represents the location of a vulnerability found by a container security scan.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `dependency` | [`VulnerableDependency`](#vulnerabledependency) | Dependency containing the vulnerability. |
| `image` | [`String`](#string) | Name of the vulnerable container image. |
| `operatingSystem` | [`String`](#string) | Operating system that runs on the vulnerable container image. |
### `VulnerabilityLocationCoverageFuzzing`
Represents the location of a vulnerability found by a Coverage Fuzzing scan.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `blobPath` | [`String`](#string) | Blob path to the vulnerable file. |
| `endLine` | [`String`](#string) | Number of the last relevant line in the vulnerable file. |
| `file` | [`String`](#string) | Path to the vulnerable file. |
| `startLine` | [`String`](#string) | Number of the first relevant line in the vulnerable file. |
| `vulnerableClass` | [`String`](#string) | Class containing the vulnerability. |
| `vulnerableMethod` | [`String`](#string) | Method containing the vulnerability. |
### `VulnerabilityLocationDast`
Represents the location of a vulnerability found by a DAST scan.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `hostname` | [`String`](#string) | Domain name of the vulnerable request. |
| `param` | [`String`](#string) | Query parameter for the URL on which the vulnerability occurred. |
| `path` | [`String`](#string) | URL path and query string of the vulnerable request. |
| `requestMethod` | [`String`](#string) | HTTP method of the vulnerable request. |
### `VulnerabilityLocationDependencyScanning`
Represents the location of a vulnerability found by a dependency security scan.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `blobPath` | [`String`](#string) | Blob path to the vulnerable file. |
| `dependency` | [`VulnerableDependency`](#vulnerabledependency) | Dependency containing the vulnerability. |
| `file` | [`String`](#string) | Path to the vulnerable file. |
### `VulnerabilityLocationSast`
Represents the location of a vulnerability found by a SAST scan.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `blobPath` | [`String`](#string) | Blob path to the vulnerable file. |
| `endLine` | [`String`](#string) | Number of the last relevant line in the vulnerable file. |
| `file` | [`String`](#string) | Path to the vulnerable file. |
| `startLine` | [`String`](#string) | Number of the first relevant line in the vulnerable file. |
| `vulnerableClass` | [`String`](#string) | Class containing the vulnerability. |
| `vulnerableMethod` | [`String`](#string) | Method containing the vulnerability. |
### `VulnerabilityLocationSecretDetection`
Represents the location of a vulnerability found by a secret detection scan.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `blobPath` | [`String`](#string) | Blob path to the vulnerable file. |
| `endLine` | [`String`](#string) | Number of the last relevant line in the vulnerable file. |
| `file` | [`String`](#string) | Path to the vulnerable file. |
| `startLine` | [`String`](#string) | Number of the first relevant line in the vulnerable file. |
| `vulnerableClass` | [`String`](#string) | Class containing the vulnerability. |
| `vulnerableMethod` | [`String`](#string) | Method containing the vulnerability. |
### `VulnerabilityPermissions`
Check permissions for the current user on a vulnerability.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `adminVulnerability` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_vulnerability` on this resource |
| `adminVulnerabilityExternalIssueLink` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_vulnerability_external_issue_link` on this resource |
| `adminVulnerabilityIssueLink` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_vulnerability_issue_link` on this resource |
| `createVulnerability` | [`Boolean!`](#boolean) | Indicates the user can perform `create_vulnerability` on this resource |
| `createVulnerabilityExport` | [`Boolean!`](#boolean) | Indicates the user can perform `create_vulnerability_export` on this resource |
| `createVulnerabilityFeedback` | [`Boolean!`](#boolean) | Indicates the user can perform `create_vulnerability_feedback` on this resource |
| `destroyVulnerabilityFeedback` | [`Boolean!`](#boolean) | Indicates the user can perform `destroy_vulnerability_feedback` on this resource |
| `readVulnerabilityFeedback` | [`Boolean!`](#boolean) | Indicates the user can perform `read_vulnerability_feedback` on this resource |
| `updateVulnerabilityFeedback` | [`Boolean!`](#boolean) | Indicates the user can perform `update_vulnerability_feedback` on this resource |
### `VulnerabilityResolvePayload`
Autogenerated return type of VulnerabilityResolve.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| `vulnerability` | [`Vulnerability`](#vulnerability) | The vulnerability after state change. |
### `VulnerabilityRevertToDetectedPayload`
Autogenerated return type of VulnerabilityRevertToDetected.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| `vulnerability` | [`Vulnerability`](#vulnerability) | The vulnerability after revert. |
### `VulnerabilityScanner`
Represents a vulnerability scanner.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `externalId` | [`String`](#string) | External ID of the vulnerability scanner. |
| `name` | [`String`](#string) | Name of the vulnerability scanner. |
| `reportType` | [`VulnerabilityReportType`](#vulnerabilityreporttype) | Type of the vulnerability report. |
| `vendor` | [`String`](#string) | Vendor of the vulnerability scanner. |
### `VulnerabilityScannerConnection`
The connection type for VulnerabilityScanner.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `edges` | [`[VulnerabilityScannerEdge]`](#vulnerabilityscanneredge) | A list of edges. |
| `nodes` | [`[VulnerabilityScanner]`](#vulnerabilityscanner) | A list of nodes. |
| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
### `VulnerabilityScannerEdge`
An edge in a connection.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
| `node` | [`VulnerabilityScanner`](#vulnerabilityscanner) | The item at the end of the edge. |
### `VulnerabilitySeveritiesCount`
Represents vulnerability counts by severity.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `critical` | [`Int`](#int) | Number of vulnerabilities of CRITICAL severity of the project |
| `high` | [`Int`](#int) | Number of vulnerabilities of HIGH severity of the project |
| `info` | [`Int`](#int) | Number of vulnerabilities of INFO severity of the project |
| `low` | [`Int`](#int) | Number of vulnerabilities of LOW severity of the project |
| `medium` | [`Int`](#int) | Number of vulnerabilities of MEDIUM severity of the project |
| `unknown` | [`Int`](#int) | Number of vulnerabilities of UNKNOWN severity of the project |
### `VulnerableDependency`
Represents a vulnerable dependency. Used in vulnerability location data.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `package` | [`VulnerablePackage`](#vulnerablepackage) | The package associated with the vulnerable dependency. |
| `version` | [`String`](#string) | The version of the vulnerable dependency. |
### `VulnerablePackage`
Represents a vulnerable package. Used in vulnerability dependency data.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `name` | [`String`](#string) | The name of the vulnerable package. |
### `VulnerableProjectsByGrade`
Represents vulnerability letter grades with associated projects.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `count` | [`Int!`](#int) | Number of projects within this grade. |
| `grade` | [`VulnerabilityGrade!`](#vulnerabilitygrade) | Grade based on the highest severity vulnerability present. |
| `projects` | [`ProjectConnection!`](#projectconnection) | Projects within this grade. |
## Enumeration types
Also called _Enums_, enumeration types are a special kind of scalar that
is restricted to a particular set of allowed values.
Represents a unique identifier that is Base64 obfuscated. It is often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `"VXNlci0xMA=="`) or integer (such as `4`) input value will be accepted as an ID.
| `diffRefs` | [`DiffRefs!`](#diffrefs) | The diff refs for this design. |
| `event` | [`DesignVersionEvent!`](#designversionevent) | How this design was changed in the current version. |
| `filename` | [`String!`](#string) | The filename of the design. |
| `fullPath` | [`String!`](#string) | The full path to the design file. |
| `id` | [`ID!`](#id) | The ID of this design. |
| `image` | [`String!`](#string) | The URL of the full-sized image. |
| `imageV432x230` | [`String`](#string) | The URL of the design resized to fit within the bounds of 432x230. This will be `null` if the image has not been generated |
| `issue` | [`Issue!`](#issue) | The issue the design belongs to. |
| `notesCount` | [`Int!`](#int) | The total count of user-created notes for this design. |
| `project` | [`Project!`](#project) | The project the design belongs to. |