The text is longer than 1048576 characters and has been visually truncated.
GraphQL API resources
This documentation is self-generated based on GitLab current GraphQL schema.
The API can be explored using the interactive GraphQL explorer. Developers can also generate a machine-readable GraphQL schema in IDL and JSON formats.
Each table below documents a GraphQL type. Types match loosely to models, but not all fields and methods on a model are available via GraphQL.
Fields that are deprecated are marked with {warning-solid}. Items (fields, enums, etc) that have been removed according to our deprecation process can be found in Removed Items.
Query type
The Query type contains the API's top-level entry points for all executable queries.
Query.abuseReport
Find an abuse report.
Introduced in GitLab 16.3. Status: Experiment.
Returns AbuseReport.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
AbuseReportID! |
ID of the abuse report. |
Query.abuseReportLabels
Abuse report labels.
Introduced in GitLab 16.3. Status: Experiment.
Returns AbuseReportLabelConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
searchTerm
|
String |
Search term to find labels with. |
Query.addOnPurchases
Retrieve all active add-on purchases. This query can be used in GitLab.com and self-managed environments.
Returns [AddOnPurchase!].
Arguments
| Name | Type | Description |
|---|---|---|
namespaceId
|
NamespaceID |
ID of namespace that the add-ons were purchased for. |
Query.adminMemberRole
Finds a single admin custom role for the instance. Available only for GitLab Self-Managed.
Introduced in GitLab 17.10. Status: Experiment.
Returns AdminMemberRole.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
MemberRoleID |
Global ID of the member role to look up. |
ids
|
[MemberRoleID!] |
Global IDs of the member role to look up. |
orderBy
|
MemberRolesOrderBy |
Ordering column. Default is NAME. |
sort
|
SortDirectionEnum |
Ordering column. Default is ASC. |
Query.adminMemberRolePermissions
List of all admin customizable permissions.
Introduced in GitLab 17.9. Status: Experiment.
Returns CustomizableAdminPermissionConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Query.adminMemberRoles
Admin custom roles available for the instance. Available only for GitLab Self-Managed.
Introduced in GitLab 17.10. Status: Experiment.
Returns AdminMemberRoleConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
MemberRoleID |
Global ID of the member role to look up. |
ids
|
[MemberRoleID!] |
Global IDs of the member role to look up. |
orderBy
|
MemberRolesOrderBy |
Ordering column. Default is NAME. |
sort
|
SortDirectionEnum |
Ordering column. Default is ASC. |
Query.aiCatalogItem
Find an AI Catalog item.
Introduced in GitLab 18.2. Status: Experiment.
Returns AiCatalogItem.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
AiCatalogItemID! |
Global ID of the catalog item to find. |
Query.aiCatalogItems
List of AI Catalog items.
Introduced in GitLab 18.2. Status: Experiment.
Returns AiCatalogItemConnection!.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
itemType
|
AiCatalogItemType |
Type of items to retrieve. |
Query.aiChatContextPresets
Get available GitLab Duo Chat context presets for the current user for a specific URL.
Returns ContextPreset.
Arguments
| Name | Type | Description |
|---|---|---|
projectId
|
ProjectID |
Global ID of the project the user is acting on. |
questionCount
|
Int |
Number of questions for the default screen. |
resourceId
|
AiModelID |
Global ID of the resource from the current page. |
url
|
String |
URL of the page the user is currently on. |
Query.aiConversationThreads
List conversation threads of AI features.
Introduced in GitLab 17.9. Status: Experiment.
Returns AiConversationsThreadConnection!.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
conversationType
|
AiConversationsThreadsConversationType |
Conversation type of the thread. |
id
|
AiConversationThreadID |
Id of the thread. |
Query.aiFeatureSettings
List of configurable AI features.
Introduced in GitLab 17.4. Status: Experiment.
Returns AiFeatureSettingConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
selfHostedModelId
|
AiSelfHostedModelID |
Global ID of the self-hosted model. |
Query.aiMessages
Find GitLab Duo Chat messages.
Introduced in GitLab 16.1. Status: Experiment.
Returns AiMessageConnection!.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
agentVersionId
|
AiAgentVersionID |
Global ID of the agent to answer the chat. |
conversationType
|
AiConversationsThreadsConversationType |
Conversation type of the thread. |
requestIds
|
[ID!] |
Array of request IDs to fetch. |
roles
|
[AiMessageRole!] |
Array of roles to fetch. |
threadId
|
AiConversationThreadID |
Global Id of the existing thread.If it is not specified, the last thread for the specified conversation_type will be retrieved. |
Query.aiModelSelectionNamespaceSettings
List of configurable AI features for namespace Model Selection.
Introduced in GitLab 18.1. Status: Experiment.
Returns AiModelSelectionNamespaceFeatureSettingConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
groupId
|
GroupID! |
Group for the model selection. |
Query.aiSelfHostedModels
Returns the self-hosted model if an ID is provided, otherwise returns all models.
Introduced in GitLab 17.1. Status: Experiment.
Returns AiSelfHostedModelConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
AiSelfHostedModelID |
Global ID of a self-hosted model. |
Query.aiSlashCommands
Get available GitLab Duo Chat slash commands for the current user for a specific URL.
Returns [SlashCommand!].
Arguments
| Name | Type | Description |
|---|---|---|
url
|
String! |
URL of the page the user is currently on. |
Query.auditEventDefinitions
Definitions for all audit events available on the instance.
Returns AuditEventDefinitionConnection!.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Query.auditEventsInstanceAmazonS3Configurations
Instance-level Amazon S3 configurations for audit events.
Returns InstanceAmazonS3ConfigurationTypeConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Query.auditEventsInstanceStreamingDestinations
Instance-level external audit event streaming destinations.
Introduced in GitLab 16.11. Status: Experiment.
Returns InstanceAuditEventStreamingDestinationConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Query.blobSearch
Find code visible to the current user.
Introduced in GitLab 17.2. Status: Experiment.
Returns BlobSearch.
Arguments
| Name | Type | Description |
|---|---|---|
chunkCount {warning-solid}
|
Int |
Introduced in GitLab 17.2. Status: Experiment. Maximum chunks per file. |
excludeForks {warning-solid}
|
Boolean |
Introduced in GitLab 17.11. Status: Experiment. Excludes forked projects in the search. Always false for project search. Default is true. |
groupId {warning-solid}
|
GroupID |
Introduced in GitLab 17.2. Status: Experiment. Group to search in. |
includeArchived {warning-solid}
|
Boolean |
Introduced in GitLab 17.7. Status: Experiment. Includes archived projects in the search. Always true for project search. Default is false. |
page {warning-solid}
|
Int |
Introduced in GitLab 17.2. Status: Experiment. Page number to fetch the results. |
perPage {warning-solid}
|
Int |
Introduced in GitLab 17.2. Status: Experiment. Number of results per page. |
projectId {warning-solid}
|
ProjectID |
Introduced in GitLab 17.2. Status: Experiment. Project to search in. |
regex {warning-solid}
|
Boolean |
Introduced in GitLab 17.3. Status: Experiment. Uses the regular expression search mode. Default is false. |
repositoryRef {warning-solid}
|
String |
Introduced in GitLab 17.2. Status: Experiment. Repository reference to search in. |
search
|
String! |
Searched term. |
Query.boardList
Find an issue board list.
Returns BoardList.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
ListID! |
Global ID of the list. |
issueFilters
|
BoardIssueInput |
Filters applied when getting issue metadata in the board list. |
Query.ciApplicationSettings
CI related settings that apply to the entire instance.
Returns CiApplicationSettings.
Query.ciCatalogResource
A single CI/CD Catalog resource visible to an authorized user.
Introduced in GitLab 16.1. Status: Experiment.
Returns CiCatalogResource.
Arguments
| Name | Type | Description |
|---|---|---|
fullPath
|
ID |
CI/CD Catalog resource full path. |
id
|
CiCatalogResourceID |
CI/CD Catalog resource global ID. |
Query.ciCatalogResources
All CI/CD Catalog resources under a common namespace, visible to an authorized user.
Introduced in GitLab 15.11. Status: Experiment.
Returns CiCatalogResourceConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
scope
|
CiCatalogResourceScope |
Scope of the returned catalog resources. |
search
|
String |
Search term to filter the catalog resources by name or description. |
sort
|
CiCatalogResourceSort |
Sort catalog resources by given criteria. |
topics
|
[String!] |
Filter catalog resources by project topic names. |
verificationLevel
|
CiCatalogResourceVerificationLevel |
Filter catalog resources by verification level. |
Query.ciConfig
Linted and processed contents of a CI config. Should not be requested more than once per request.
Deprecated in GitLab 18.1. Use CiLint mutation: https://docs.gitlab.com/api/graphql/reference/#mutationcilint.
Returns CiConfig.
Arguments
| Name | Type | Description |
|---|---|---|
content
|
String! |
Contents of .gitlab-ci.yml. |
dryRun
|
Boolean |
Run pipeline creation simulation, or only do static check. |
projectPath
|
ID! |
Project of the CI config. |
sha
|
String |
Sha for the pipeline. |
skipVerifyProjectSha {warning-solid}
|
Boolean |
Introduced in GitLab 16.5. Status: Experiment. If the provided sha is found in the project's repository but is not associated with a Git reference (a detached commit), the verification fails and a validation error is returned. Otherwise, verification passes, even if the sha is invalid. Set to true to skip this verification process. |
Query.ciDedicatedHostedRunnerFilters
Returns available filters for GitLab Dedicated runner usage data.
Returns CiDedicatedHostedRunnerFilters.
Query.ciDedicatedHostedRunnerUsage
Compute usage data for runners across namespaces on GitLab Dedicated. Defaults to the current year if no year or billing month is specified. Ultimate only.
Returns CiDedicatedHostedRunnerUsageConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
billingMonth
|
Date |
First day of the month to retrieve data for. |
grouping
|
GroupingEnum |
Groups usage data by instance aggregate or root namespace. |
runnerId
|
CiRunnerID |
Runner ID to retrieve data for. |
year
|
Int |
Year to retrieve data for. |
Query.ciMinutesUsage
Compute usage data for a namespace.
Returns CiMinutesNamespaceMonthlyUsageConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
date
|
Date |
Date for which to retrieve the usage data, should be the first day of a month. |
namespaceId
|
NamespaceID |
Global ID of the Namespace for the monthly compute usage. |
Query.ciPipelineStage
Stage belonging to a CI pipeline.
Returns CiStage.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
CiStageID! |
Global ID of the CI stage. |
Query.ciQueueingHistory
Time taken for CI jobs to be picked up by runner by percentile. Enable the ClickHouse database backend to use this query.
Introduced in GitLab 16.4. Status: Experiment.
Returns QueueingDelayHistory.
Arguments
| Name | Type | Description |
|---|---|---|
fromTime
|
Time |
Start of the requested time. Defaults to three hours ago. |
runnerType
|
CiRunnerType |
Filter jobs by the type of runner that executed them. |
toTime
|
Time |
End of the requested time. Defaults to the current time. |
Query.ciVariables
List of the instance's CI/CD variables.
Returns CiInstanceVariableConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
sort
|
CiVariableSort |
Sort order of results. |
Query.cloudConnectorStatus
Run a series of status checks for Cloud Connector features.
Introduced in GitLab 17.3. Status: Experiment.
Returns CloudConnectorStatus.
Query.complianceRequirementControls
Get the list of all the compliance requirement controls.
Returns ComplianceRequirementControl.
Query.configuredAiCatalogItems
AI Catalog items configured for use.
Introduced in GitLab 18.2. Status: Experiment.
Returns AiCatalogItemConsumerConnection!.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
projectId
|
ProjectID! |
Project ID to retrieve configured AI Catalog items for. |
Query.containerRepository
Find a container repository.
Returns ContainerRepositoryDetails.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
ContainerRepositoryID! |
Global ID of the container repository. |
Query.currentLicense
Fields related to the current license.
Returns CurrentLicense.
Query.currentUser
Get information about current user.
Returns CurrentUser.
Query.customField
Find a custom field by its ID.
Introduced in GitLab 17.10. Status: Experiment.
Returns CustomField.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
IssuablesCustomFieldID! |
Global ID of the custom field. |
Query.dependency
Find a dependency.
Returns Dependency.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
SbomOccurrenceID! |
Global ID of the Dependency. |
Query.designManagement
Fields related to design management.
Returns DesignManagement!.
Query.devopsAdoptionEnabledNamespaces
Get configured DevOps adoption namespaces. Status: Beta. This endpoint is subject to change without notice.
Returns DevopsAdoptionEnabledNamespaceConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
displayNamespaceId
|
NamespaceID |
Filter by display namespace. |
Query.duoSettings
Get GitLab Duo settings.
Introduced in GitLab 17.9. Status: Experiment.
Returns DuoSettings.
Query.duoWorkflowEvents
List the events for a Duo Workflow.
Introduced in GitLab 17.2. Status: Experiment.
Returns DuoWorkflowEventConnection!.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
workflowId
|
AiDuoWorkflowsWorkflowID! |
Array of request IDs to fetch. |
Query.duoWorkflowWorkflows
List the workflows owned by the current user.
Introduced in GitLab 17.2. Status: Experiment.
Returns DuoWorkflowConnection!.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
environment
|
WorkflowEnvironment |
Environment, e.g., ide or web. |
projectPath
|
ID |
Full path of the project containing the workflows. |
sort
|
Sort |
Sort workflows by the criteria. |
type
|
String |
Type of workflow to filter by (e.g., software_development). |
workflowId
|
AiDuoWorkflowsWorkflowID |
Workflow ID to filter by. |
Query.echo
Testing endpoint to validate the API with.
Returns String!.
Arguments
| Name | Type | Description |
|---|---|---|
text
|
String! |
Text to echo back. |
Query.epicBoardList
Returns EpicList.
Arguments
| Name | Type | Description |
|---|---|---|
epicFilters
|
EpicFilters |
Filters applied when getting epic metadata in the epic board list. |
id
|
BoardsEpicListID! |
Global ID of the list. |
Query.featureFlagEnabled
Check if a feature flag is enabled.
Deprecated in GitLab 17.4. Replaced with metadata.featureFlags.
Returns Boolean!.
Arguments
| Name | Type | Description |
|---|---|---|
name
|
String! |
Name of the feature flag. |
Query.frecentGroups
A user's frecently visited groups.
Returns [Group!].
Query.frecentProjects
A user's frecently visited projects.
Returns [Project!].
Query.geoNode
Find a Geo node.
Returns GeoNode.
Arguments
| Name | Type | Description |
|---|---|---|
name
|
String |
Name of the Geo node. Defaults to the current Geo node name. |
Query.gitpodEnabled
Whether Gitpod is enabled in application settings.
Returns Boolean.
Query.googleCloudArtifactRegistryRepositoryArtifact
Details about an artifact in the Google Artifact Registry.
Introduced in GitLab 16.10. Status: Experiment.
Returns GoogleCloudArtifactRegistryArtifactDetails.
Arguments
| Name | Type | Description |
|---|---|---|
googleCloudProjectId
|
String! |
ID of the Google Cloud project. |
image
|
String! |
Name of the image in the Google Artifact Registry. |
location
|
String! |
Location of the Artifact Registry repository. |
projectPath
|
ID! |
Full project path. |
repository
|
String! |
Repository on the Google Artifact Registry. |
Query.group
Find a group.
Returns Group.
Arguments
| Name | Type | Description |
|---|---|---|
fullPath
|
ID! |
Full path of the group. For example, gitlab-org/gitlab-foss. |
Query.groups
Find groups.
Returns GroupConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
active
|
Boolean |
When nil (default value), returns all groups. When true, returns only groups that are not pending deletion. When false, only returns groups that are pending deletion. |
allAvailable
|
Boolean |
When true, returns all accessible groups. When false, returns only groups where the user is a member. Unauthenticated requests always return all public groups. The owned_only argument takes precedence. |
ids
|
[ID!] |
Filter groups by IDs. |
markedForDeletionOn
|
Date |
Date when the group was marked for deletion. |
ownedOnly
|
Boolean |
Only include groups where the current user has an owner role. |
parentPath
|
ID |
Full path of the parent group. |
search
|
String |
Search query for group name or group full path. |
sort
|
String |
Sort order of results. Format: <field_name>_<sort_direction>, for example: id_desc or name_asc. |
topLevelOnly
|
Boolean |
Only include top-level groups. |
Query.instanceExternalAuditEventDestinations
Instance level external audit event destinations.
Returns InstanceExternalAuditEventDestinationConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Query.instanceGoogleCloudLoggingConfigurations
Instance level google cloud logging configurations.
Returns InstanceGoogleCloudLoggingConfigurationTypeConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Query.instanceSecurityDashboard
Fields related to Instance Security Dashboard.
Returns InstanceSecurityDashboard.
Query.integrationExclusions
Introduced in GitLab 17.0. Status: Experiment.
Returns IntegrationExclusionConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
integrationName
|
IntegrationType! |
Type of integration. |
Query.issue
Find an issue.
Returns Issue.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
IssueID! |
Global ID of the issue. |
Query.issues
Find issues visible to the current user. At least one filter must be provided.
Introduced in GitLab 15.6. Status: Experiment.
Returns IssueConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
assigneeId
|
String |
ID of a user assigned to the issues. Wildcard values "NONE" and "ANY" are supported. |
assigneeUsername {warning-solid}
|
String |
Deprecated in GitLab 13.11. Use assigneeUsernames. |
assigneeUsernames
|
[String!] |
Usernames of users assigned to the issue. |
assigneeWildcardId
|
AssigneeWildcardId |
Filter by assignee wildcard. Incompatible with assigneeUsername and assigneeUsernames. |
authorUsername
|
String |
Username of the author of the issue. |
closedAfter
|
Time |
Issues closed after the date. |
closedBefore
|
Time |
Issues closed before the date. |
confidential
|
Boolean |
Filter for confidential issues. If "false", excludes confidential issues. If "true", returns only confidential issues. |
createdAfter
|
Time |
Issues created after the date. |
createdBefore
|
Time |
Issues created before the date. |
crmContactId
|
String |
ID of a contact assigned to the issues. |
crmOrganizationId
|
String |
ID of an organization assigned to the issues. |
customField {warning-solid}
|
[WorkItemWidgetCustomFieldFilterInputType!] |
Introduced in GitLab 17.10. Status: Experiment. Filter by custom fields. |
dueAfter
|
Time |
Return issues due on or after the given time. |
dueBefore
|
Time |
Return issues due on or before the given time. |
epicId
|
String |
ID of an epic associated with the issues, "none" and "any" values are supported. |
epicWildcardId
|
EpicWildcardId |
Filter by epic ID wildcard. Incompatible with epicId. |
healthStatusFilter
|
HealthStatusFilter |
Health status of the issue, "none" and "any" values are supported. |
iid
|
String |
IID of the issue. For example, "1". |
iids
|
[String!] |
List of IIDs of issues. For example, ["1", "2"]. |
in
|
[IssuableSearchableField!] |
Specify the fields to perform the search in. Defaults to [TITLE, DESCRIPTION]. Requires the search argument.'. |
includeArchived
|
Boolean |
Whether to include issues from archived projects. Defaults to false. |
includeSubepics
|
Boolean |
Whether to include subepics when filtering issues by epicId. |
iterationCadenceId
|
[IterationsCadenceID!] |
Filter by a list of iteration cadence IDs. |
iterationId
|
[ID] |
List of iteration Global IDs applied to the issue. |
iterationTitle
|
String |
Filter by iteration title. |
iterationWildcardId
|
IterationWildcardId |
Filter by iteration ID wildcard. |
labelName
|
[String] |
Labels applied to the issue. |
milestoneTitle
|
[String] |
Milestone applied to the issue. |
milestoneWildcardId
|
MilestoneWildcardId |
Filter issues by milestone ID wildcard. |
myReactionEmoji
|
String |
Filter by reaction emoji applied by the current user. Wildcard values "NONE" and "ANY" are supported. |
not
|
NegatedIssueFilterInput |
Negated arguments. |
or
|
UnionedIssueFilterInput |
List of arguments with inclusive OR. |
search
|
String |
Search query for title or description. |
sort
|
IssueSort |
Sort issues by the criteria. |
state
|
IssuableState |
Current state of the issue. |
status {warning-solid}
|
WorkItemWidgetStatusFilterInput |
Introduced in GitLab 18.0. Status: Experiment. Filter by status. |
subscribed
|
SubscriptionStatus |
Issues the current user is subscribed to. |
types
|
[IssueType!] |
Filter issues by the given issue types. |
updatedAfter
|
Time |
Issues updated after the date. |
updatedBefore
|
Time |
Issues updated before the date. |
weight
|
String |
Weight applied to the issue, "none" and "any" values are supported. |
weightWildcardId
|
WeightWildcardId |
Filter by weight ID wildcard. Incompatible with weight. |
Query.iteration
Find an iteration.
Returns Iteration.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
IterationID! |
Find an iteration by its ID. |
Query.jobs
All jobs on this GitLab instance. Returns an empty result for users without administrator access.
Returns CiJobInterfaceConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
compatibleRunnerId {warning-solid}
|
CiRunnerID |
Introduced in GitLab 18.1. Status: Experiment. ID of a runner that matches the requirements of the jobs returned (normally used when filtering pending jobs). |
failureReason {warning-solid}
|
CiJobFailureReason |
Introduced in GitLab 16.4. Status: Experiment. Filter jobs by failure reason. Currently only RUNNER_SYSTEM_FAILURE together with runnerTypes: INSTANCE_TYPE is supported. |
runnerTypes {warning-solid}
|
[CiRunnerType!] |
Introduced in GitLab 16.4. Status: Experiment. Filter jobs by runner type if feature flag :admin_jobs_filter_runner_type is enabled. |
statuses
|
[CiJobStatus!] |
Filter jobs by status. |
Query.ldapAdminRoleLinks
LDAP admin links. Available only for GitLab Self-Managed.
Introduced in GitLab 17.11. Status: Experiment.
Returns LdapAdminRoleLinkConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Query.licenseHistoryEntries
Fields related to entries in the license history.
Returns LicenseHistoryEntryConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Query.memberRole
Finds a single custom role for the instance. Available only for GitLab Self-Managed.
Introduced in GitLab 16.6. Status: Experiment.
Returns MemberRole.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
MemberRoleID |
Global ID of the member role to look up. |
ids
|
[MemberRoleID!] |
Global IDs of the member role to look up. |
orderBy
|
MemberRolesOrderBy |
Ordering column. Default is NAME. |
sort
|
SortDirectionEnum |
Ordering column. Default is ASC. |
Query.memberRolePermissions
List of all standard customizable permissions.
Introduced in GitLab 16.4. Status: Experiment.
Returns CustomizableStandardPermissionConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Query.memberRoles
Custom roles available for the instance. Available only for GitLab Self-Managed.
Introduced in GitLab 16.7. Status: Experiment.
Returns MemberRoleConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
MemberRoleID |
Global ID of the member role to look up. |
ids
|
[MemberRoleID!] |
Global IDs of the member role to look up. |
orderBy
|
MemberRolesOrderBy |
Ordering column. Default is NAME. |
sort
|
SortDirectionEnum |
Ordering column. Default is ASC. |
Query.mergeRequest
Find a merge request.
Returns MergeRequest.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
MergeRequestID! |
Global ID of the merge request. |
Query.metadata
Metadata about GitLab.
Returns Metadata.
Query.milestone
Find a milestone.
Returns Milestone.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
MilestoneID! |
Find a milestone by its ID. |
Query.mlExperiment
Find a machine learning experiment.
Returns MlExperiment.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
MlExperimentID! |
ID of the experiment. |
Query.mlModel
Find machine learning models.
Introduced in GitLab 16.7. Status: Experiment.
Returns MlModel.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
MlModelID! |
ID of the model. |
Query.namespace
Find a namespace.
Returns Namespace.
Arguments
| Name | Type | Description |
|---|---|---|
fullPath
|
ID! |
Full path of the namespace. For example, gitlab-org/gitlab-foss. |
Query.note
Find a note.
Introduced in GitLab 15.9. Status: Experiment.
Returns Note.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
NoteID! |
Global ID of the note. |
Query.organization
Find an organization.
Introduced in GitLab 16.4. Status: Experiment.
Returns Organization.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
OrganizationsOrganizationID! |
ID of the organization. |
Query.organizations
List organizations.
Introduced in GitLab 16.8. Status: Experiment.
Returns OrganizationConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Query.package
Find a package. This field can only be resolved for one query in any single request. Returns null if a package has no default status.
Returns PackageDetailsType.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
PackagesPackageID! |
Global ID of the package. |
Query.project
Find a project.
Returns Project.
Arguments
| Name | Type | Description |
|---|---|---|
fullPath
|
ID! |
Full path of the project. For example, gitlab-org/gitlab-foss. |
Query.projectComplianceViolation
Find a project compliance violation.
Returns ProjectComplianceViolation.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
ComplianceManagementProjectsComplianceViolationID! |
Global ID of the project compliance violation. |
Query.projectSecret
View a specific project secret.
Introduced in GitLab 17.9. Status: Experiment.
Returns ProjectSecret.
Arguments
| Name | Type | Description |
|---|---|---|
name
|
String! |
Name of the project secret to view. |
projectPath
|
ID! |
Project the secrets belong to. |
Query.projectSecrets
List project secrets.
Introduced in GitLab 17.8. Status: Experiment.
Returns ProjectSecretConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
projectPath
|
ID! |
Project the secrets belong to. |
Query.projectSecretsManager
Find a project secrets manager.
Introduced in GitLab 17.4. Status: Experiment.
Returns ProjectSecretsManager.
Arguments
| Name | Type | Description |
|---|---|---|
projectPath
|
ID! |
Project of the secrets manager. |
Query.projects
Find projects visible to the current user.
Returns ProjectConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
active
|
Boolean |
Filters by projects that are not archived and not marked for deletion. |
aimedForDeletion
|
Boolean |
Return only projects marked for deletion. |
archived
|
ProjectArchived |
Filter projects by archived status. |
fullPaths
|
[String!] |
Filter projects by full paths. You cannot provide more than 50 full paths. |
ids
|
[ID!] |
Filter projects by IDs. |
includeHidden
|
Boolean |
Include hidden projects. |
markedForDeletionOn
|
Date |
Date when the project was marked for deletion. |
membership
|
Boolean |
Return only projects that the current user is a member of. |
minAccessLevel
|
AccessLevelEnum |
Return only projects where current user has at least the specified access level. |
namespacePath
|
ID |
Filter projects by their namespace's full path (group or user). |
notAimedForDeletion
|
Boolean |
Exclude projects that are marked for deletion. |
personal
|
Boolean |
Return only personal projects. |
programmingLanguageName
|
String |
Filter projects by programming language name (case insensitive). For example: "css" or "ruby". |
search
|
String |
Search query, which can be for the project name, a path, or a description. |
searchNamespaces
|
Boolean |
Include namespace in project search. |
sort
|
String |
Sort order of results. Format: <field_name>_<sort_direction>, for example: id_desc or name_asc. Defaults to id_desc, or similarity if search used. |
topics
|
[String!] |
Filter projects by topics. |
trending
|
Boolean |
Return only projects that are trending. |
visibilityLevel
|
VisibilityLevelsEnum |
Filter projects by visibility level. |
withIssuesEnabled
|
Boolean |
Return only projects with issues enabled. |
withMergeRequestsEnabled
|
Boolean |
Return only projects with merge requests enabled. |
Query.queryComplexity
Information about the complexity of the GraphQL query.
Returns QueryComplexity.
Query.runner
Find a runner.
Returns CiRunner.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
CiRunnerID! |
Runner ID. |
Query.runnerPlatforms
Supported runner platforms.
Deprecated in GitLab 15.9. No longer used, use gitlab-runner documentation to learn about supported platforms.
Returns RunnerPlatformConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Query.runnerSetup
Runner setup instructions.
Deprecated in GitLab 15.9. No longer used, use gitlab-runner documentation to learn about runner registration commands.
Returns RunnerSetup.
Arguments
| Name | Type | Description |
|---|---|---|
architecture
|
String! |
Architecture to generate the instructions for. |
groupId {warning-solid}
|
GroupID |
Deprecated in GitLab 13.11. No longer used. |
platform
|
String! |
Platform to generate the instructions for. |
projectId {warning-solid}
|
ProjectID |
Deprecated in GitLab 13.11. No longer used. |
Query.runnerUsage
Runner usage by runner. Enable the ClickHouse database backend to use this query.
Returns [CiRunnerUsage!].
Arguments
| Name | Type | Description |
|---|---|---|
fromDate
|
Date |
Start of the requested date frame. Defaults to the start of the previous calendar month. |
fullPath
|
ID |
Filter jobs by the full path of the group or project they belong to. For example, gitlab-org or gitlab-org/gitlab. Available only to administrators and users with the Maintainer role for the group (when a group is specified), or project (when a project is specified). Limited to runners from 5000 child projects. |
runnerType
|
CiRunnerType |
Filter runners by the type. |
runnersLimit
|
Int |
Maximum number of runners to return. Other runners will be aggregated to a runner: null entry. Defaults to 5 if unspecified. Maximum of 500. |
toDate
|
Date |
End of the requested date frame. Defaults to the end of the previous calendar month. |
Query.runnerUsageByProject
Runner usage by project. Enable the ClickHouse database backend to use this query.
Returns [CiRunnerUsageByProject!].
Arguments
| Name | Type | Description |
|---|---|---|
fromDate
|
Date |
Start of the requested date frame. Defaults to the start of the previous calendar month. |
fullPath
|
ID |
Filter jobs based on the full path of the group or project they belong to. For example, gitlab-org or gitlab-org/gitlab. Available only to administrators and users with the Maintainer role for the group (when a group is specified), or project (when a project is specified). Limited to runners from 5000 child projects. |
projectsLimit
|
Int |
Maximum number of projects to return. Other projects will be aggregated to a project: null entry. Defaults to 5 if unspecified. Maximum of 500. |
runnerType
|
CiRunnerType |
Filter jobs by the type of runner that executed them. |
toDate
|
Date |
End of the requested date frame. Defaults to the end of the previous calendar month. |
Query.runners
Get all runners in the GitLab instance (project and shared). Access is restricted to users with administrator access.
Returns CiRunnerConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
active {warning-solid}
|
Boolean |
Deprecated in GitLab 14.8. This was renamed. Use: paused. |
creatorId
|
UserID |
Filter runners by creator ID. |
creatorUsername {warning-solid}
|
String |
Introduced in GitLab 16.7. Status: Experiment. Filter runners by creator username. |
ownerFullPath {warning-solid}
|
String |
Introduced in GitLab 17.8. Status: Experiment. Filter runners by owning project or group. |
paused
|
Boolean |
Filter runners by paused (true) or active (false) status. |
search
|
String |
Filter by full token or partial text in description field. |
sort
|
CiRunnerSort |
Sort order of results. |
status
|
CiRunnerStatus |
Filter runners by status. |
tagList
|
[String!] |
Filter by tags associated with the runner (comma-separated or array). |
type
|
CiRunnerType |
Filter runners by type. |
upgradeStatus
|
CiRunnerUpgradeStatus |
Filter by upgrade status. |
versionPrefix {warning-solid}
|
String |
Introduced in GitLab 16.6. Status: Experiment. Filter runners by version. Runners that contain runner managers with the version at the start of the search term are returned. For example, the search term '14.' returns runner managers with versions '14.11.1' and '14.2.3'. |
Query.secretPermissions
List secret permissions.
Introduced in GitLab 17.10. Status: Experiment.
Returns SecretPermissionConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
projectPath
|
ID! |
Project the secret permission belong to. |
Query.selfManagedAddOnEligibleUsers
Users within the self-managed instance who are eligible for add-ons.
Introduced in GitLab 16.7. Status: Experiment.
Returns AddOnUserConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
addOnPurchaseIds
|
[GitlabSubscriptionsAddOnPurchaseID!]! |
Global IDs of the add on purchases to find assignments for. |
addOnType
|
GitlabSubscriptionsAddOnType! |
Type of add on to filter the eligible users by. |
filterByAssignedSeat
|
String |
Filter users list by assigned seat. |
search
|
String |
Search the user list. |
sort
|
GitlabSubscriptionsUserSort |
Sort the user list. |
Query.selfManagedUsersQueuedForRolePromotion
Fields related to users within a self-managed instance that are pending role promotion approval.
Returns UsersQueuedForRolePromotionConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Query.snippets
Find Snippets visible to the current user.
Returns SnippetConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
authorId
|
UserID |
ID of an author. |
explore
|
Boolean |
Explore personal snippets. |
ids
|
[SnippetID!] |
Array of global snippet IDs. For example, gid://gitlab/ProjectSnippet/1. |
projectId
|
ProjectID |
ID of a project. |
type
|
TypeEnum |
Type of snippet. |
visibility
|
VisibilityScopesEnum |
Visibility of the snippet. |
Query.standardRole
Finds a single default role for the instance. Available only for GitLab Self-Managed.
Introduced in GitLab 17.6. Status: Experiment.
Returns StandardRole.
Arguments
| Name | Type | Description |
|---|---|---|
accessLevel
|
[MemberAccessLevel!] |
Access level or levels to filter by. |
Query.standardRoles
Default roles available for the instance. Available only for GitLab Self-Managed.
Introduced in GitLab 17.3. Status: Experiment.
Returns StandardRoleConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
accessLevel
|
[MemberAccessLevel!] |
Access level or levels to filter by. |
Query.subscriptionFutureEntries
Fields related to entries in future subscriptions.
Returns SubscriptionFutureEntryConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Query.syntheticNote
Find a synthetic note.
Introduced in GitLab 15.9. Status: Experiment.
Returns Note.
Arguments
| Name | Type | Description |
|---|---|---|
noteableId
|
NoteableID! |
Global ID of the resource to search synthetic note on. |
sha
|
String! |
Global ID of the note. |
Query.timelogs
Find timelogs visible to the current user.
Returns TimelogConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
endDate
|
Time |
List timelogs within a date range where the logged date is equal to or before endDate. |
endTime
|
Time |
List timelogs within a time range where the logged time is equal to or before endTime. |
groupId
|
GroupID |
List timelogs for a group. |
projectId
|
ProjectID |
List timelogs for a project. |
sort
|
TimelogSort |
List timelogs in a particular order. |
startDate
|
Time |
List timelogs within a date range where the logged date is equal to or after startDate. |
startTime
|
Time |
List timelogs within a time range where the logged time is equal to or after startTime. |
username
|
String |
List timelogs for a user. |
Query.todo
Retrieve a single to-do item.
Returns Todo.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
TodoID! |
ID of the to-do item. |
Query.topics
Find project topics.
Returns TopicConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
organizationId {warning-solid}
|
OrganizationsOrganizationID |
Introduced in GitLab 17.7. Status: Experiment. Global ID of the organization. |
search
|
String |
Search query for topic name. |
Query.usageTrendsMeasurements
Get statistics on the instance.
Returns UsageTrendsMeasurementConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
identifier
|
MeasurementIdentifier! |
Type of measurement or statistics to retrieve. |
recordedAfter
|
Time |
Measurement recorded after the date. |
recordedBefore
|
Time |
Measurement recorded before the date. |
Query.user
Find a user.
Returns UserCore.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
UserID |
ID of the User. |
username
|
String |
Username of the User. |
Query.users
Find users.
Returns UserCoreConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
active
|
Boolean |
Filter by active users. When true, returns active users. When false, returns non-active users. |
admins
|
Boolean |
Return only admin users. |
groupId
|
GroupID |
Return users member of a given group. |
humans
|
Boolean |
Filter by regular users. When true, returns only users that are not bot or internal users. When false, returns only users that are bot or internal users. |
ids
|
[ID!] |
List of user Global IDs. |
search
|
String |
Query to search users by name, username, or primary email. |
sort
|
Sort |
Sort users by the criteria. |
usernames
|
[String!] |
List of usernames. |
Query.vulnerabilities
Vulnerabilities reported on projects on the current user's instance security dashboard.
Returns VulnerabilityConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
clusterAgentId
|
[ClustersAgentID!] |
Filter vulnerabilities by cluster_agent_id. Vulnerabilities with a reportType of cluster_image_scanning are only included with this filter. |
clusterId
|
[ClustersClusterID!] |
Filter vulnerabilities by cluster_id. Vulnerabilities with a reportType of cluster_image_scanning are only included with this filter. |
dismissalReason
|
[VulnerabilityDismissalReason!] |
Filter by dismissal reason. Only dismissed Vulnerabilities will be included with the filter. |
hasAiResolution
|
Boolean |
Returns only the vulnerabilities which can likely be resolved by GitLab Duo Vulnerability Resolution. |
hasIssues
|
Boolean |
Returns only the vulnerabilities which have linked issues. |
hasMergeRequest
|
Boolean |
Returns only the vulnerabilities which have linked merge requests. |
hasRemediations
|
Boolean |
Returns only the vulnerabilities which have remediations. |
hasResolution
|
Boolean |
Returns only the vulnerabilities which have been resolved on default branch. |
identifierName
|
String |
Filter vulnerabilities by identifier name. Ignored when applied on instance security dashboard queries. |
image
|
[String!] |
Filter vulnerabilities by location image. When this filter is present, the response only matches entries for a reportType that includes container_scanning, cluster_image_scanning. |
owaspTopTen
|
[VulnerabilityOwaspTop10!] |
Filter vulnerabilities by OWASP Top 10 2017 category. Wildcard value NONE is also supported but it cannot be combined with other OWASP top 10 values. |
owaspTopTen2021 {warning-solid}
|
[VulnerabilityOwasp2021Top10!] |
Introduced in GitLab 18.1. Status: Experiment. Filter vulnerabilities by OWASP Top 10 2021 category. Wildcard value NONE is also supported but it cannot be combined with other OWASP top 10 2021 values. To use this argument, you must have Elasticsearch configured and the advanced_vulnerability_management feature flag enabled. Not supported on Instance Security Dashboard queries. |
projectId
|
[ID!] |
Filter vulnerabilities by project. |
reachability {warning-solid}
|
ReachabilityType |
Introduced in GitLab 18.2. Status: Experiment. Filter vulnerabilities by reachability. |
reportType
|
[VulnerabilityReportType!] |
Filter vulnerabilities by report type. |
scanner
|
[String!] |
Filter vulnerabilities by VulnerabilityScanner.externalId. |
scannerId
|
[VulnerabilitiesScannerID!] |
Filter vulnerabilities by scanner ID. |
severity
|
[VulnerabilitySeverity!] |
Filter vulnerabilities by severity. |
sort
|
VulnerabilitySort |
List vulnerabilities by sort order. |
state
|
[VulnerabilityState!] |
Filter vulnerabilities by state. |
Query.vulnerabilitiesCountByDay
The historical number of vulnerabilities per day for the projects on the current user's instance security dashboard.
Returns VulnerabilitiesCountByDayConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
endDate
|
ISO8601Date! |
Last day for which to fetch vulnerability history. |
startDate
|
ISO8601Date! |
First day for which to fetch vulnerability history. |
Query.vulnerability
Find a vulnerability.
Returns Vulnerability.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
VulnerabilityID! |
Global ID of the Vulnerability. |
Query.wikiPage
Find a wiki page.
Introduced in GitLab 17.6. Status: Experiment.
Returns WikiPage.
Arguments
| Name | Type | Description |
|---|---|---|
namespaceId
|
NamespaceID |
Wiki page namespace ID. |
projectId
|
ProjectID |
Wiki page project ID. |
slug
|
String |
Wiki page slug. |
Query.workItem
Find a work item.
Introduced in GitLab 15.1. Status: Experiment.
Returns WorkItem.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
WorkItemID! |
Global ID of the work item. |
Query.workItemDescriptionTemplateContent
Find a work item description template.
Introduced in GitLab 17.9. Status: Experiment.
Returns WorkItemDescriptionTemplate.
Arguments
| Name | Type | Description |
|---|---|---|
templateContentInput
|
WorkItemDescriptionTemplateContentInput! |
Input for fetching a specific description template. |
Query.workItemsByReference
Find work items by their reference.
Introduced in GitLab 16.7. Status: Experiment.
Returns WorkItemConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
contextNamespacePath
|
ID |
Full path of the context namespace (project or group). |
refs
|
[String!]! |
Work item references. Can be either a short reference or URL. |
Query.workspace
Find a workspace.
Returns Workspace.
Arguments
| Name | Type | Description |
|---|---|---|
id
|
RemoteDevelopmentWorkspaceID! |
Find a workspace by its ID. |
Query.workspaces
Find workspaces across the entire instance. This field is only available to instance admins, it will return an empty result for all non-admins.
Returns WorkspaceConnection.
This field returns a connection. It accepts the
four standard pagination arguments:
before: String, after: String, first: Int, and last: Int.
Arguments
| Name | Type | Description |
|---|---|---|
actualStates
|
[String!] |
Filter workspaces by actual states. |
agentIds
|
[ClustersAgentID!] |
Filter workspaces by agent GlobalIDs. |
ids
|
[RemoteDevelopmentWorkspaceID!] |
Filter workspaces by workspace GlobalIDs. For example, ["gid://gitlab/RemoteDevelopment::Workspace/1"]. |
includeActualStates {warning-solid}
|
[String!] |
Deprecated in GitLab 16.7. Use actual_states instead. |
projectIds
|
[ProjectID!] |
Filter workspaces by project GlobalIDs. |
userIds
|
[ProjectID!] |
Filter workspaces by user GlobalIDs. |
Mutation type
The Mutation type contains all the mutations you can execute.
All mutations receive their arguments in a single input object named input, and all mutations
support at least a return field errors containing a list of error messages.
All input objects may have a clientMutationId: String field, identifying the mutation.
For example:
mutation($id: NoteableID!, $body: String!) {
createNote(input: { noteableId: $id, body: $body }) {
errors
}
}
Mutation.abuseReportLabelCreate
Introduced in GitLab 16.4. Status: Experiment.
Input type: AbuseReportLabelCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
color
|
String |
The color of the label given in 6-digit hex notation with leading '#' sign (for example, #FFAABB) or one of the CSS color names. |
title
|
String! |
Title of the label. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
label
|
AbuseReportLabel |
Label after mutation. |
Mutation.achievementsAward
Introduced in GitLab 15.10. Status: Experiment.
Input type: AchievementsAwardInput
Arguments
| Name | Type | Description |
|---|---|---|
achievementId
|
AchievementsAchievementID! |
Global ID of the achievement being awarded. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
userId
|
UserID! |
Global ID of the user being awarded the achievement. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
userAchievement
|
UserAchievement |
Achievement award. |
Mutation.achievementsCreate
Introduced in GitLab 15.8. Status: Experiment.
Input type: AchievementsCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
avatar
|
Upload |
Avatar for the achievement. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of or notes for the achievement. |
name
|
String! |
Name for the achievement. |
namespaceId
|
NamespaceID! |
Namespace for the achievement. |
Fields
| Name | Type | Description |
|---|---|---|
achievement
|
Achievement |
Achievement created. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.achievementsDelete
Introduced in GitLab 15.11. Status: Experiment.
Input type: AchievementsDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
achievementId
|
AchievementsAchievementID! |
Global ID of the achievement being deleted. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
Fields
| Name | Type | Description |
|---|---|---|
achievement
|
Achievement |
Achievement. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.achievementsRevoke
Introduced in GitLab 15.10. Status: Experiment.
Input type: AchievementsRevokeInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
userAchievementId
|
AchievementsUserAchievementID! |
Global ID of the user achievement being revoked. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
userAchievement
|
UserAchievement |
Achievement award. |
Mutation.achievementsUpdate
Introduced in GitLab 15.11. Status: Experiment.
Input type: AchievementsUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
achievementId
|
AchievementsAchievementID! |
Global ID of the achievement being updated. |
avatar
|
Upload |
Avatar for the achievement. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of or notes for the achievement. |
name
|
String |
Name for the achievement. |
Fields
| Name | Type | Description |
|---|---|---|
achievement
|
Achievement |
Achievement. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.addProjectToSecurityDashboard
Input type: AddProjectToSecurityDashboardInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ProjectID! |
ID of the project to be added to Instance Security Dashboard. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
project
|
Project |
Project that was added to the Instance Security Dashboard. |
Mutation.adminRolesLdapSync
Introduced in GitLab 18.0. Status: Experiment.
Input type: AdminRolesLdapSyncInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!] |
Errors encountered during operation. |
success
|
Boolean |
Whether the sync was successfully enqueued. |
Mutation.adminSidekiqQueuesDeleteJobs
Input type: AdminSidekiqQueuesDeleteJobsInput
Arguments
| Name | Type | Description |
|---|---|---|
aiResource
|
String |
Delete jobs matching ai_resource in the context metadata. |
artifactSize
|
String |
Delete jobs matching artifact_size in the context metadata. |
artifactUsedCdn
|
String |
Delete jobs matching artifact_used_cdn in the context metadata. |
artifactsDependenciesCount
|
String |
Delete jobs matching artifacts_dependencies_count in the context metadata. |
artifactsDependenciesSize
|
String |
Delete jobs matching artifacts_dependencies_size in the context metadata. |
bulkImportEntityId
|
String |
Delete jobs matching bulk_import_entity_id in the context metadata. |
callerId
|
String |
Delete jobs matching caller_id in the context metadata. |
clientId
|
String |
Delete jobs matching client_id in the context metadata. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
featureCategory
|
String |
Delete jobs matching feature_category in the context metadata. |
jobId
|
String |
Delete jobs matching job_id in the context metadata. |
mergeActionStatus
|
String |
Delete jobs matching merge_action_status in the context metadata. |
organizationId
|
String |
Delete jobs matching organization_id in the context metadata. |
pipelineId
|
String |
Delete jobs matching pipeline_id in the context metadata. |
project
|
String |
Delete jobs matching project in the context metadata. |
queueName
|
String! |
Name of the queue to delete jobs from. |
relatedClass
|
String |
Delete jobs matching related_class in the context metadata. |
remoteIp
|
String |
Delete jobs matching remote_ip in the context metadata. |
rootCallerId
|
String |
Delete jobs matching root_caller_id in the context metadata. |
rootNamespace
|
String |
Delete jobs matching root_namespace in the context metadata. |
scopedUser
|
String |
Delete jobs matching scoped_user in the context metadata. |
scopedUserId
|
String |
Delete jobs matching scoped_user_id in the context metadata. |
sidekiqDestinationShardRedis
|
String |
Delete jobs matching sidekiq_destination_shard_redis in the context metadata. |
subscriptionPlan
|
String |
Delete jobs matching subscription_plan in the context metadata. |
user
|
String |
Delete jobs matching user in the context metadata. |
userId
|
String |
Delete jobs matching user_id in the context metadata. |
workerClass
|
String |
Delete jobs with the given worker class. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
result
|
DeleteJobsResponse |
Information about the status of the deletion request. |
Mutation.aiAction
Introduced in GitLab 15.11. Status: Experiment.
Input type: AiActionInput
Arguments
| Name | Type | Description |
|---|---|---|
agenticChat
|
AiAgenticChatInput |
Input for agentic_chat AI action. |
chat
|
AiChatInput |
Input for chat AI action. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
clientSubscriptionId
|
String |
Client generated ID that can be subscribed to, to receive a response for the mutation. |
conversationType
|
AiConversationsThreadsConversationType |
Conversation type of the thread. |
descriptionComposer
|
AiDescriptionComposerInput |
Input for description_composer AI action. |
explainVulnerability
|
AiExplainVulnerabilityInput |
Input for explain_vulnerability AI action. |
generateCommitMessage
|
AiGenerateCommitMessageInput |
Input for generate_commit_message AI action. |
generateCubeQuery
|
AiGenerateCubeQueryInput |
Input for generate_cube_query AI action. |
generateDescription
|
AiGenerateDescriptionInput |
Input for generate_description AI action. |
measureCommentTemperature
|
AiMeasureCommentTemperatureInput |
Input for measure_comment_temperature AI action. |
platformOrigin
|
String |
Specifies the origin platform of the request. |
projectId
|
ProjectID |
Global ID of the project the user is acting on. |
resolveVulnerability
|
AiResolveVulnerabilityInput |
Input for resolve_vulnerability AI action. |
rootNamespaceId
|
NamespaceID |
Global ID of the top-level namespace the user is acting on. |
summarizeComments
|
AiSummarizeCommentsInput |
Input for summarize_comments AI action. |
summarizeNewMergeRequest
|
AiSummarizeNewMergeRequestInput |
Input for summarize_new_merge_request AI action. |
summarizeReview
|
AiSummarizeReviewInput |
Input for summarize_review AI action. |
threadId
|
AiConversationThreadID |
Global Id of the existing thread to continue the conversation. If it is not specified, a new thread will be created for the specified conversation_type. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
requestId
|
String |
ID of the request. |
threadId
|
AiConversationThreadID |
Global Id of the thread. |
Mutation.aiAgentCreate
Introduced in GitLab 16.8. Status: Experiment.
Input type: AiAgentCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
name
|
String! |
Name of the agent. |
projectPath
|
ID! |
Project to which the agent belongs. |
prompt
|
String! |
Prompt for the agent. |
Fields
| Name | Type | Description |
|---|---|---|
agent
|
AiAgent |
Agent after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.aiAgentDestroy
Introduced in GitLab 16.11. Status: Experiment.
Input type: AiAgentDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
agentId
|
AiAgentID! |
Global ID of the AI Agent to be deleted. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
projectPath
|
ID! |
Project to which the agent belongs. |
Fields
| Name | Type | Description |
|---|---|---|
agent
|
AiAgent |
Agent after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
message
|
String |
AI Agent deletion result message. |
Mutation.aiAgentUpdate
Introduced in GitLab 16.10. Status: Experiment.
Input type: AiAgentUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
agentId
|
AiAgentID! |
ID of the agent. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
name
|
String |
Name of the agent. |
projectPath
|
ID! |
Project to which the agent belongs. |
prompt
|
String |
Prompt for the agent. |
Fields
| Name | Type | Description |
|---|---|---|
agent
|
AiAgent |
Agent after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.aiCatalogAgentCreate
Introduced in GitLab 18.2. Status: Experiment.
Input type: AiCatalogAgentCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String! |
Description for the agent. |
name
|
String! |
Name for the agent. |
projectId
|
ProjectID! |
Project for the agent. |
public
|
Boolean! |
Whether the agent is publicly visible in the catalog. |
systemPrompt
|
String! |
System prompt for the agent. |
userPrompt
|
String! |
User prompt for the agent. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
item
|
AiCatalogItem |
Item created. |
Mutation.aiCatalogAgentDelete
Introduced in GitLab 18.2. Status: Experiment.
Input type: AiCatalogAgentDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
AiCatalogItemID! |
Global ID of the catalog Agent to delete. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
success
|
Boolean! |
Returns true if catalog Agent was successfully deleted. |
Mutation.aiCatalogFlowCreate
Introduced in GitLab 18.3. Status: Experiment.
Input type: AiCatalogFlowCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String! |
Description for the flow. |
name
|
String! |
Name for the flow. |
projectId
|
ProjectID! |
Project for the flow. |
public
|
Boolean! |
Whether the flow is publicly visible in the catalog. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
item
|
AiCatalogItem |
Item created. |
Mutation.aiDuoWorkflowCreate
Introduced in GitLab 18.1. Status: Experiment.
Input type: AiDuoWorkflowCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
agentPrivileges
|
[Int!] |
Actions the agent is allowed to perform. |
allowAgentToRequestUser
|
Boolean |
When enabled, Duo Agent Platform may stop to ask the user questions before proceeding. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
environment
|
WorkflowEnvironment |
Environment for the workflow. |
goal
|
String |
Goal of the workflow. |
preApprovedAgentPrivileges
|
[Int!] |
Actions the agent can perform without asking for approval. |
projectId
|
ProjectID |
Global ID of the project the user is acting on. |
workflowDefinition
|
String |
Workflow type based on its capability. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the creation process. |
workflow
|
DuoWorkflow |
Created workflow. |
Mutation.aiFeatureSettingUpdate
Updates or creates settings for AI features.
Introduced in GitLab 17.4. Status: Experiment.
Input type: AiFeatureSettingUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
aiSelfHostedModelId
|
AiSelfHostedModelID |
Global ID of the self-hosted model providing the AI setting. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
features
|
[AiFeatures!]! |
Array of AI features being configured (for single or batch update). |
provider
|
AiFeatureProviders! |
Provider for AI setting. |
Fields
| Name | Type | Description |
|---|---|---|
aiFeatureSettings
|
[AiFeatureSetting!]! |
List of AI feature settings after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.aiModelSelectionNamespaceUpdate
Updates or creates settings for AI features for a namespace.
Introduced in GitLab 18.1. Status: Experiment.
Input type: AiModelSelectionNamespaceUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
features
|
[AiModelSelectionFeatures!]! |
Array of AI features being configured (for single or batch update). |
groupId
|
GroupID! |
Group for the model selection. |
offeredModelRef
|
String! |
Identifier of the selected model for the feature. |
Fields
| Name | Type | Description |
|---|---|---|
aiFeatureSettings {warning-solid}
|
[AiModelSelectionNamespaceFeatureSetting!]! |
Deprecated: Status: Experiment. Introduced in GitLab 18.1. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.aiSelfHostedModelConnectionCheck
Checks if the AI Gateway can establish a connection with the given model configuration.
Introduced in GitLab 17.7. Status: Experiment.
Input type: AiSelfHostedModelConnectionCheckInput
Arguments
| Name | Type | Description |
|---|---|---|
apiToken
|
String |
API token to access the self-hosted model, if any. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
endpoint
|
String! |
Endpoint of the self-hosted model. |
identifier
|
String |
Identifier for 3rd party model provider. |
model
|
AiAcceptedSelfHostedModels! |
AI model deployed. |
name
|
String! |
Deployment name of the self-hosted model. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
result
|
CloudConnectorProbeResult |
Self-hosted hosted connection check result. |
Mutation.aiSelfHostedModelCreate
Introduced in GitLab 17.1. Status: Experiment.
Input type: AiSelfHostedModelCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
apiToken
|
String |
API token to access the self-hosted model, if any. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
endpoint
|
String! |
Endpoint of the self-hosted model. |
identifier
|
String |
Identifier for 3rd party model provider. |
model
|
AiAcceptedSelfHostedModels! |
AI model deployed. |
name
|
String! |
Deployment name of the self-hosted model. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
selfHostedModel
|
AiSelfHostedModel |
Self-hosted model after mutation. |
Mutation.aiSelfHostedModelDelete
Deletes a self-hosted model.
Introduced in GitLab 17.2. Status: Experiment.
Input type: AiSelfHostedModelDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
AiSelfHostedModelID! |
Global ID of the self-hosted model to delete. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.aiSelfHostedModelUpdate
Updates a self-hosted model.
Introduced in GitLab 17.2. Status: Experiment.
Input type: AiSelfHostedModelUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
apiToken
|
String |
API token to access the self-hosted model, if any. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
endpoint
|
String! |
Endpoint of the self-hosted model. |
id
|
AiSelfHostedModelID! |
Global ID of the self-hosted model to update. |
identifier
|
String |
Identifier for 3rd party model provider. |
model
|
AiAcceptedSelfHostedModels! |
AI model deployed. |
name
|
String! |
Deployment name of the self-hosted model. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
selfHostedModel
|
AiSelfHostedModel |
Self-hosted model after mutation. |
Mutation.alertSetAssignees
Input type: AlertSetAssigneesInput
Arguments
| Name | Type | Description |
|---|---|---|
assigneeUsernames
|
[String!]! |
Usernames to assign to the alert. Replaces existing assignees by default. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
iid
|
String! |
IID of the alert to mutate. |
operationMode
|
MutationOperationMode |
Operation to perform. Defaults to REPLACE. |
projectPath
|
ID! |
Project the alert to mutate is in. |
Fields
| Name | Type | Description |
|---|---|---|
alert
|
AlertManagementAlert |
Alert after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issue
|
Issue |
Issue created after mutation. |
todo
|
Todo |
To-do item after mutation. |
Mutation.alertTodoCreate
Input type: AlertTodoCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
iid
|
String! |
IID of the alert to mutate. |
projectPath
|
ID! |
Project the alert to mutate is in. |
Fields
| Name | Type | Description |
|---|---|---|
alert
|
AlertManagementAlert |
Alert after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issue
|
Issue |
Issue created after mutation. |
todo
|
Todo |
To-do item after mutation. |
Mutation.approvalProjectRuleDelete
Introduced in GitLab 16.10. Status: Experiment.
Input type: approvalProjectRuleDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ApprovalProjectRuleID! |
Global ID of the approval project rule to delete. |
Fields
| Name | Type | Description |
|---|---|---|
approvalRule
|
ApprovalProjectRule |
Deleted approval rule. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.approvalProjectRuleUpdate
Introduced in GitLab 16.10. Status: Experiment.
Input type: approvalProjectRuleUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
approvalsRequired
|
Int! |
How many approvals are required to satify rule. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
groupIds
|
[ID!] |
List of IDs of Groups that can approval rule. |
id
|
ApprovalProjectRuleID! |
Global ID of the approval rule to destroy. |
name
|
String! |
Name of the approval rule. |
userIds
|
[ID!] |
List of IDs of Users that can approval rule. |
Fields
| Name | Type | Description |
|---|---|---|
approvalRule
|
ApprovalProjectRule |
Approval rule after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.approveDeployment
Input type: ApproveDeploymentInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
comment
|
String |
Comment to go with the approval. |
id
|
DeploymentID! |
ID of the deployment. |
representedAs
|
String |
Name of the User/Group/Role to use for the approval, when the user belongs to multiple approval rules. |
status
|
DeploymentsApprovalStatus! |
Status of the approval (either APPROVED or REJECTED). |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
deploymentApproval
|
DeploymentApproval |
DeploymentApproval after mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.artifactDestroy
Input type: ArtifactDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
CiJobArtifactID! |
ID of the artifact to delete. |
Fields
| Name | Type | Description |
|---|---|---|
artifact
|
CiJobArtifact |
Deleted artifact. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.auditEventsAmazonS3ConfigurationCreate
Input type: AuditEventsAmazonS3ConfigurationCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
accessKeyXid
|
String! |
Access key ID of the Amazon S3 account. |
awsRegion
|
String! |
AWS region where the bucket is created. |
bucketName
|
String! |
Name of the bucket where the audit events would be logged. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
groupPath
|
ID! |
Group path. |
name
|
String |
Destination name. |
secretAccessKey
|
String! |
Secret access key of the Amazon S3 account. |
Fields
| Name | Type | Description |
|---|---|---|
amazonS3Configuration
|
AmazonS3ConfigurationType |
configuration created. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.auditEventsAmazonS3ConfigurationDelete
Input type: AuditEventsAmazonS3ConfigurationDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
AuditEventsAmazonS3ConfigurationID! |
ID of the Amazon S3 configuration to destroy. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.auditEventsAmazonS3ConfigurationUpdate
Input type: AuditEventsAmazonS3ConfigurationUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
accessKeyXid
|
String |
Access key ID of the Amazon S3 account. |
active
|
Boolean |
Active status of the destination. |
awsRegion
|
String |
AWS region where the bucket is created. |
bucketName
|
String |
Name of the bucket where the audit events would be logged. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
AuditEventsAmazonS3ConfigurationID! |
ID of the Amazon S3 configuration to update. |
name
|
String |
Destination name. |
secretAccessKey
|
String |
Secret access key of the Amazon S3 account. |
Fields
| Name | Type | Description |
|---|---|---|
amazonS3Configuration
|
AmazonS3ConfigurationType |
Updated Amazon S3 configuration. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.auditEventsGroupDestinationEventsAdd
Introduced in GitLab 17.0. Status: Experiment.
Input type: AuditEventsGroupDestinationEventsAddInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
destinationId
|
AuditEventsGroupExternalStreamingDestinationID! |
Destination id. |
eventTypeFilters
|
[String!]! |
List of event type filters to add for streaming. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
eventTypeFilters
|
[String!] |
List of event type filters for the audit event external destination. |
Mutation.auditEventsGroupDestinationEventsDelete
Introduced in GitLab 17.0. Status: Experiment.
Input type: AuditEventsGroupDestinationEventsDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
destinationId
|
AuditEventsGroupExternalStreamingDestinationID! |
Destination id. |
eventTypeFilters
|
[String!]! |
List of event type filters to remove from streaming. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.auditEventsGroupDestinationNamespaceFilterCreate
Introduced in GitLab 17.0. Status: Experiment.
Input type: AuditEventsGroupDestinationNamespaceFilterCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
destinationId
|
AuditEventsGroupExternalStreamingDestinationID! |
Destination ID. |
namespacePath
|
String |
Full path of the namespace(only project or group). |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
namespaceFilter
|
GroupAuditEventNamespaceFilter |
Namespace filter created. |
Mutation.auditEventsGroupDestinationNamespaceFilterDelete
Introduced in GitLab 17.0. Status: Experiment.
Input type: AuditEventsGroupDestinationNamespaceFilterDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
namespaceFilterId
|
AuditEventsGroupNamespaceFilterID! |
Namespace filter ID. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.auditEventsInstanceAmazonS3ConfigurationCreate
Input type: AuditEventsInstanceAmazonS3ConfigurationCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
accessKeyXid
|
String! |
Access key ID of the Amazon S3 account. |
awsRegion
|
String! |
AWS region where the bucket is created. |
bucketName
|
String! |
Name of the bucket where the audit events would be logged. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
name
|
String |
Destination name. |
secretAccessKey
|
String! |
Secret access key of the Amazon S3 account. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
instanceAmazonS3Configuration
|
InstanceAmazonS3ConfigurationType |
Created instance Amazon S3 configuration. |
Mutation.auditEventsInstanceAmazonS3ConfigurationDelete
Input type: AuditEventsInstanceAmazonS3ConfigurationDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
AuditEventsInstanceAmazonS3ConfigurationID! |
ID of the instance-level Amazon S3 configuration to delete. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.auditEventsInstanceAmazonS3ConfigurationUpdate
Input type: AuditEventsInstanceAmazonS3ConfigurationUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
accessKeyXid
|
String |
Access key ID of the Amazon S3 account. |
active
|
Boolean |
Active status of the destination. |
awsRegion
|
String |
AWS region where the bucket is created. |
bucketName
|
String |
Name of the bucket where the audit events would be logged. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
AuditEventsInstanceAmazonS3ConfigurationID! |
ID of the instance-level Amazon S3 configuration to update. |
name
|
String |
Destination name. |
secretAccessKey
|
String |
Secret access key of the Amazon S3 account. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
instanceAmazonS3Configuration
|
InstanceAmazonS3ConfigurationType |
Updated instance-level Amazon S3 configuration. |
Mutation.auditEventsInstanceDestinationEventsAdd
Introduced in GitLab 17.0. Status: Experiment.
Input type: AuditEventsInstanceDestinationEventsAddInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
destinationId
|
AuditEventsInstanceExternalStreamingDestinationID! |
Destination id. |
eventTypeFilters
|
[String!]! |
List of event type filters to add for streaming. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
eventTypeFilters
|
[String!] |
List of event type filters for the audit event external destination. |
Mutation.auditEventsInstanceDestinationEventsDelete
Introduced in GitLab 17.0. Status: Experiment.
Input type: AuditEventsInstanceDestinationEventsDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
destinationId
|
AuditEventsInstanceExternalStreamingDestinationID! |
Destination id. |
eventTypeFilters
|
[String!]! |
List of event type filters to remove from streaming. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.auditEventsInstanceDestinationNamespaceFilterCreate
Introduced in GitLab 17.2. Status: Experiment.
Input type: AuditEventsInstanceDestinationNamespaceFilterCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
destinationId
|
AuditEventsInstanceExternalStreamingDestinationID! |
Destination ID. |
namespacePath
|
String |
Full path of the namespace. Project or group namespaces only. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
namespaceFilter
|
InstanceAuditEventNamespaceFilter |
Namespace filter to be created. |
Mutation.auditEventsInstanceDestinationNamespaceFilterDelete
Introduced in GitLab 17.2. Status: Experiment.
Input type: AuditEventsInstanceDestinationNamespaceFilterDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
namespaceFilterId
|
AuditEventsInstanceNamespaceFilterID! |
Namespace filter ID. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.auditEventsStreamingDestinationEventsAdd
Input type: AuditEventsStreamingDestinationEventsAddInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
destinationId
|
AuditEventsExternalAuditEventDestinationID! |
Destination id. |
eventTypeFilters
|
[String!]! |
List of event type filters to add for streaming. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
eventTypeFilters
|
[String!] |
List of event type filters for the audit event external destination. |
Mutation.auditEventsStreamingDestinationEventsRemove
Input type: AuditEventsStreamingDestinationEventsRemoveInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
destinationId
|
AuditEventsExternalAuditEventDestinationID! |
Destination id. |
eventTypeFilters
|
[String!]! |
List of event type filters to remove from streaming. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.auditEventsStreamingDestinationInstanceEventsAdd
Input type: AuditEventsStreamingDestinationInstanceEventsAddInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
destinationId
|
AuditEventsInstanceExternalAuditEventDestinationID! |
Destination id. |
eventTypeFilters
|
[String!]! |
List of event type filters to add for streaming. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
eventTypeFilters
|
[String!] |
List of event type filters for the audit event external destination. |
Mutation.auditEventsStreamingDestinationInstanceEventsRemove
Input type: AuditEventsStreamingDestinationInstanceEventsRemoveInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
destinationId
|
AuditEventsInstanceExternalAuditEventDestinationID! |
Destination id. |
eventTypeFilters
|
[String!]! |
List of event type filters to remove from streaming. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.auditEventsStreamingHeadersCreate
Input type: AuditEventsStreamingHeadersCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
active
|
Boolean |
Boolean option determining whether header is active or not. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
destinationId
|
AuditEventsExternalAuditEventDestinationID! |
Destination to associate header with. |
key
|
String! |
Header key. |
value
|
String! |
Header value. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
header
|
AuditEventStreamingHeader |
Created header. |
Mutation.auditEventsStreamingHeadersDestroy
Input type: AuditEventsStreamingHeadersDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
headerId
|
AuditEventsStreamingHeaderID! |
Header to delete. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.auditEventsStreamingHeadersUpdate
Input type: AuditEventsStreamingHeadersUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
active
|
Boolean |
Boolean option determining whether header is active or not. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
headerId
|
AuditEventsStreamingHeaderID! |
Header to update. |
key
|
String |
Header key. |
value
|
String |
Header value. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
header
|
AuditEventStreamingHeader |
Updates header. |
Mutation.auditEventsStreamingHttpNamespaceFiltersAdd
Input type: AuditEventsStreamingHTTPNamespaceFiltersAddInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
destinationId
|
AuditEventsExternalAuditEventDestinationID! |
Destination ID. |
groupPath
|
ID |
Full path of the group. |
projectPath
|
ID |
Full path of the project. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
namespaceFilter
|
AuditEventStreamingHTTPNamespaceFilter |
Namespace filter created. |
Mutation.auditEventsStreamingHttpNamespaceFiltersDelete
Input type: AuditEventsStreamingHTTPNamespaceFiltersDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
namespaceFilterId
|
AuditEventsStreamingHTTPNamespaceFilterID! |
Namespace filter ID. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.auditEventsStreamingInstanceHeadersCreate
Input type: AuditEventsStreamingInstanceHeadersCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
active
|
Boolean |
Boolean option determining whether header is active or not. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
destinationId
|
AuditEventsInstanceExternalAuditEventDestinationID! |
Instance level external destination to associate header with. |
key
|
String! |
Header key. |
value
|
String! |
Header value. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
header
|
AuditEventsStreamingInstanceHeader |
Created header. |
Mutation.auditEventsStreamingInstanceHeadersDestroy
Input type: AuditEventsStreamingInstanceHeadersDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
headerId
|
AuditEventsStreamingInstanceHeaderID! |
Header to delete. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.auditEventsStreamingInstanceHeadersUpdate
Input type: AuditEventsStreamingInstanceHeadersUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
active
|
Boolean |
Boolean option determining whether header is active or not. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
headerId
|
AuditEventsStreamingInstanceHeaderID! |
Header to update. |
key
|
String |
Header key. |
value
|
String |
Header value. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
header
|
AuditEventsStreamingInstanceHeader |
Updates header. |
Mutation.awardEmojiAdd
Input type: AwardEmojiAddInput
Arguments
| Name | Type | Description |
|---|---|---|
awardableId
|
AwardableID! |
Global ID of the awardable resource. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
name
|
String! |
Emoji name. |
Fields
| Name | Type | Description |
|---|---|---|
awardEmoji
|
AwardEmoji |
Emoji reactions after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.awardEmojiRemove
Input type: AwardEmojiRemoveInput
Arguments
| Name | Type | Description |
|---|---|---|
awardableId
|
AwardableID! |
Global ID of the awardable resource. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
name
|
String! |
Emoji name. |
Fields
| Name | Type | Description |
|---|---|---|
awardEmoji
|
AwardEmoji |
Emoji reactions after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.awardEmojiToggle
Input type: AwardEmojiToggleInput
Arguments
| Name | Type | Description |
|---|---|---|
awardableId
|
AwardableID! |
Global ID of the awardable resource. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
name
|
String! |
Emoji name. |
Fields
| Name | Type | Description |
|---|---|---|
awardEmoji
|
AwardEmoji |
Emoji reactions after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
toggledOn
|
Boolean! |
Indicates the status of the emoji. True if the toggle awarded the emoji, and false if the toggle removed the emoji. |
Mutation.boardEpicCreate
Deprecated in GitLab 17.5. Replaced by WorkItem type.
Input type: BoardEpicCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
boardId
|
BoardsEpicBoardID! |
Global ID of the board that the epic is in. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
groupPath
|
ID! |
Group the epic to create is in. |
listId
|
BoardsEpicListID! |
Global ID of the epic board list in which epic will be created. |
title
|
String! |
Title of the epic. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
epic
|
Epic |
Epic after creation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.boardListCreate
Input type: BoardListCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
assigneeId
|
UserID |
Global ID of an existing user. |
backlog
|
Boolean |
Create the backlog list. |
boardId
|
BoardID! |
Global ID of the issue board to mutate. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
iterationId
|
IterationID |
Global ID of an existing iteration. |
labelId
|
LabelID |
Global ID of an existing label. |
milestoneId
|
MilestoneID |
Global ID of an existing milestone. |
position
|
Int |
Position of the list. |
statusId {warning-solid}
|
WorkItemsStatusesStatusID |
Deprecated: Status: Experiment. Introduced in GitLab 18.0. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
list
|
BoardList |
Issue list in the issue board. |
Mutation.boardListUpdateLimitMetrics
Input type: BoardListUpdateLimitMetricsInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
limitMetric
|
ListLimitMetric |
New limit metric type for the list. |
listId
|
ListID! |
Global ID of the list. |
maxIssueCount
|
Int |
New maximum issue count limit. |
maxIssueWeight
|
Int |
New maximum issue weight limit. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
list
|
BoardList |
Updated list. |
Mutation.branchDelete
Input type: BranchDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
name
|
String! |
Name of the branch. |
projectPath
|
ID! |
Project full path the branch is associated with. |
Fields
| Name | Type | Description |
|---|---|---|
branch
|
Branch |
Branch after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.branchRuleApprovalProjectRuleCreate
Introduced in GitLab 16.10. Status: Experiment.
Input type: branchRuleApprovalProjectRuleCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
approvalsRequired
|
Int! |
How many approvals are required to satify rule. |
branchRuleId
|
ProjectsBranchRuleID! |
Global ID of the branch rule to destroy. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
groupIds
|
[ID!] |
List of IDs of Groups that can approval rule. |
name
|
String! |
Name of the approval rule. |
userIds
|
[ID!] |
List of IDs of Users that can approval rule. |
Fields
| Name | Type | Description |
|---|---|---|
approvalRule
|
ApprovalProjectRule |
Approval rule after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.branchRuleCreate
Introduced in GitLab 16.7. Status: Experiment.
Input type: BranchRuleCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
name
|
String! |
Branch name, with wildcards, for the branch rules. |
projectPath
|
ID! |
Full path to the project that the branch is associated with. |
Fields
| Name | Type | Description |
|---|---|---|
branchRule
|
BranchRule |
Branch rule after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.branchRuleDelete
Introduced in GitLab 16.9. Status: Experiment.
Input type: BranchRuleDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ProjectsBranchRuleID! |
Global ID of the branch rule to destroy. |
Fields
| Name | Type | Description |
|---|---|---|
branchRule
|
BranchRule |
Branch rule after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.branchRuleExternalStatusCheckCreate
Create a new external status check from a branch rule.
Introduced in GitLab 16.11. Status: Experiment.
Input type: BranchRuleExternalStatusCheckCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
branchRuleId
|
ProjectsBranchRuleID! |
Global ID of the branch rule to update. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
externalUrl
|
String! |
URL of external status check resource. |
name
|
String! |
Name of the external status check. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
externalStatusCheck
|
ExternalStatusCheck |
New status check after mutation. |
Mutation.branchRuleExternalStatusCheckDestroy
Destroy an external status check from a branch rule.
Introduced in GitLab 17.0. Status: Experiment.
Input type: BranchRuleExternalStatusCheckDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
branchRuleId
|
ProjectsBranchRuleID! |
Global ID of the branch rule. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
MergeRequestsExternalStatusCheckID! |
Global ID of the external status check to destroy. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.branchRuleExternalStatusCheckUpdate
Update an external status check from a branch rule.
Introduced in GitLab 17.0. Status: Experiment.
Input type: BranchRuleExternalStatusCheckUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
branchRuleId
|
ProjectsBranchRuleID! |
Global ID of the branch rule. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
externalUrl
|
String! |
External URL of the external status check. |
id
|
MergeRequestsExternalStatusCheckID! |
Global ID of the external status check to update. |
name
|
String! |
Name of the external status check. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
externalStatusCheck
|
ExternalStatusCheck |
Updated external status check after mutation. |
Mutation.branchRuleSquashOptionDelete
Delete a squash option for a branch rule.
Introduced in GitLab 17.9. Status: Experiment.
Input type: BranchRuleSquashOptionDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
branchRuleId
|
ProjectsBranchRuleID! |
Global ID of the branch rule. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.branchRuleSquashOptionUpdate
Update a squash option for a branch rule.
Introduced in GitLab 17.9. Status: Experiment.
Input type: BranchRuleSquashOptionUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
branchRuleId
|
ProjectsBranchRuleID! |
Global ID of the branch rule. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
squashOption
|
SquashOptionSetting! |
Squash option after mutation. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
squashOption
|
SquashOption |
Updated squash option after mutation. |
Mutation.branchRuleUpdate
Introduced in GitLab 16.7. Status: Experiment.
Input type: BranchRuleUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
branchProtection
|
BranchProtectionInput |
Branch protections configured for the branch rule. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ProjectsBranchRuleID! |
Global ID of the branch rule to update. |
name
|
String! |
Branch name, with wildcards, for the branch rules. |
Fields
| Name | Type | Description |
|---|---|---|
branchRule
|
BranchRule |
Branch rule after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.bulkDestroyJobArtifacts
Introduced in GitLab 15.10. Status: Experiment.
Input type: BulkDestroyJobArtifactsInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
ids
|
[CiJobArtifactID!]! |
Global IDs of the job artifacts to destroy. |
projectId
|
ProjectID! |
Global Project ID of the job artifacts to destroy. Incompatible with projectPath. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
destroyedCount
|
Int |
Number of job artifacts deleted. |
destroyedIds
|
[CiJobArtifactID!] |
IDs of job artifacts that were deleted. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.bulkEnableDevopsAdoptionNamespaces
Status: Beta.
Input type: BulkEnableDevopsAdoptionNamespacesInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
displayNamespaceId
|
NamespaceID |
Display namespace ID. |
namespaceIds
|
[NamespaceID!]! |
List of Namespace IDs. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
enabledNamespaces
|
[DevopsAdoptionEnabledNamespace!] |
Enabled namespaces after mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.bulkRunnerDelete
Introduced in GitLab 15.3. Status: Experiment.
Input type: BulkRunnerDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
ids
|
[CiRunnerID!] |
IDs of the runners to delete. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
deletedCount
|
Int |
Number of records effectively deleted. Only present if operation was performed synchronously. |
deletedIds
|
[CiRunnerID!] |
IDs of records effectively deleted. Only present if operation was performed synchronously. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.catalogResourcesCreate
Introduced in GitLab 15.11. Status: Experiment.
Input type: CatalogResourcesCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
projectPath
|
ID! |
Project path belonging to the catalog resource. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.catalogResourcesDestroy
Introduced in GitLab 16.6. Status: Experiment.
Input type: CatalogResourcesDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
projectPath
|
ID! |
Project path belonging to the catalog resource. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.ciJobTokenScopeAddGroupOrProject
Input type: CiJobTokenScopeAddGroupOrProjectInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
defaultPermissions {warning-solid}
|
Boolean |
Deprecated: Status: Experiment. Introduced in GitLab 17.8. |
jobTokenPolicies {warning-solid}
|
[CiJobTokenScopePolicies!] |
Deprecated: Status: Experiment. Introduced in GitLab 17.5. |
projectPath
|
ID! |
Project that the CI job token scope belongs to. |
targetPath
|
ID! |
Group or project to be added to the CI job token scope. |
Fields
| Name | Type | Description |
|---|---|---|
ciJobTokenScope
|
CiJobTokenScopeType |
CI job token's access scope. |
ciJobTokenScopeAllowlistEntry {warning-solid}
|
CiJobTokenScopeAllowlistEntry |
Deprecated: Status: Experiment. Introduced in GitLab 17.6. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.ciJobTokenScopeAddProject
Input type: CiJobTokenScopeAddProjectInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
direction {warning-solid}
|
CiJobTokenScopeDirection |
Deprecated: Outbound job token scope is being removed. This field can now only be set to INBOUND. Deprecated in GitLab 16.0. |
projectPath
|
ID! |
Project that the CI job token scope belongs to. |
targetProjectPath
|
ID! |
Project to be added to the CI job token scope. |
Fields
| Name | Type | Description |
|---|---|---|
ciJobTokenScope
|
CiJobTokenScopeType |
CI job token's access scope. |
ciJobTokenScopeAllowlistEntry {warning-solid}
|
CiJobTokenScopeAllowlistEntry |
Deprecated: Status: Experiment. Introduced in GitLab 17.6. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.ciJobTokenScopeAutopopulateAllowlist
Introduced in GitLab 17.9. Status: Experiment.
Input type: CiJobTokenScopeAutopopulateAllowlistInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
projectPath
|
ID! |
Project in which to autopopulate the allowlist. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
status
|
String! |
Status of the autopopulation process. |
Mutation.ciJobTokenScopeClearAllowlistAutopopulations
Introduced in GitLab 17.9. Status: Experiment.
Input type: CiJobTokenScopeClearAllowlistAutopopulationsInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
projectPath
|
ID! |
Project in which to autopopulate the allowlist. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
status
|
String! |
Status of the autopopulation process. |
Mutation.ciJobTokenScopeRemoveGroup
Input type: CiJobTokenScopeRemoveGroupInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
projectPath
|
ID! |
Project that the CI job token scope belongs to. |
targetGroupPath
|
ID! |
Group to be removed from the CI job token scope. |
Fields
| Name | Type | Description |
|---|---|---|
ciJobTokenScope
|
CiJobTokenScopeType |
CI job token's access scope. |
ciJobTokenScopeAllowlistEntry {warning-solid}
|
CiJobTokenScopeAllowlistEntry |
Deprecated: Status: Experiment. Introduced in GitLab 17.6. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.ciJobTokenScopeRemoveProject
Input type: CiJobTokenScopeRemoveProjectInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
direction {warning-solid}
|
CiJobTokenScopeDirection |
Deprecated: Outbound job token scope is being removed. This field can now only be set to INBOUND. Deprecated in GitLab 16.9. |
projectPath
|
ID! |
Project that the CI job token scope belongs to. |
targetProjectPath
|
ID! |
Project to be removed from the CI job token scope. |
Fields
| Name | Type | Description |
|---|---|---|
ciJobTokenScope
|
CiJobTokenScopeType |
CI job token's access scope. |
ciJobTokenScopeAllowlistEntry {warning-solid}
|
CiJobTokenScopeAllowlistEntry |
Deprecated: Status: Experiment. Introduced in GitLab 17.6. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.ciJobTokenScopeUpdatePolicies
Introduced in GitLab 17.6. Status: Experiment.
Input type: CiJobTokenScopeUpdatePoliciesInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
defaultPermissions
|
Boolean! |
Indicates whether default permissions are enabled (true) or fine-grained permissions are enabled (false). |
jobTokenPolicies
|
[CiJobTokenScopePolicies!]! |
List of policies added to the CI job token scope. |
projectPath
|
ID! |
Project that the CI job token scope belongs to. |
targetPath
|
ID! |
Group or project that the CI job token targets. |
Fields
| Name | Type | Description |
|---|---|---|
ciJobTokenScopeAllowlistEntry {warning-solid}
|
CiJobTokenScopeAllowlistEntry |
Deprecated: Status: Experiment. Introduced in GitLab 17.6. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.ciLint
Linted and processed contents of a CI config. Should not be requested more than once per request.
Input type: CiLintInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
content
|
String! |
Contents of .gitlab-ci.yml. |
dryRun
|
Boolean |
Run pipeline creation simulation, or only do static check. |
projectPath
|
ID! |
Project of the CI config. |
ref
|
String |
Ref to use when linting. Default is the project default branch. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
config
|
CiConfigV2 |
Linted CI config and metadata. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.clusterAgentDelete
Input type: ClusterAgentDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ClustersAgentID! |
Global ID of the cluster agent that will be deleted. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.clusterAgentTokenCreate
Input type: ClusterAgentTokenCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
clusterAgentId
|
ClustersAgentID! |
Global ID of the cluster agent that will be associated with the new token. |
description
|
String |
Description of the token. |
name
|
String! |
Name of the token. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
secret
|
String |
Token secret value. Make sure you save it - you won't be able to access it again. |
token
|
ClusterAgentToken |
Token created after mutation. |
Mutation.clusterAgentTokenRevoke
Input type: ClusterAgentTokenRevokeInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ClustersAgentTokenID! |
Global ID of the agent token that will be revoked. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.clusterAgentUrlConfigurationCreate
Input type: ClusterAgentUrlConfigurationCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
caCert
|
String |
Base64-encoded CA certificate in PEM format to verify the agent endpoint. |
clientCert
|
String |
Base64-encoded client certificate in PEM format if mTLS authentication should be used. Must be provided with client_key. |
clientKey
|
String |
Base64-encoded client key in PEM format if mTLS authentication should be used. Must be provided with client_cert. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
clusterAgentId
|
ClustersAgentID! |
Global ID of the cluster agent that will be associated with the new URL configuration. |
tlsHost
|
String |
TLS host name to verify the server name in agent endpoint certificate. |
url
|
String! |
URL for the new URL configuration. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
urlConfiguration
|
ClusterAgentUrlConfiguration |
URL configuration created after mutation. |
Mutation.clusterAgentUrlConfigurationDelete
Input type: ClusterAgentUrlConfigurationDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ClustersAgentsUrlConfigurationID! |
Global ID of the agent URL configuration that will be deleted. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.commitCreate
Input type: CommitCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
actions
|
[CommitAction!]! |
Array of action hashes to commit as a batch. |
branch
|
String! |
Name of the branch to commit into, it can be a new branch. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
message
|
String! |
Raw commit message. |
projectPath
|
ID! |
Project full path the branch is associated with. |
startBranch
|
String |
If on a new branch, name of the original branch. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
commit
|
Commit |
Commit after mutation. |
commitPipelinePath
|
String |
ETag path for the commit's pipeline. |
content
|
[String!] |
Contents of the commit. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.configureContainerScanning
Configure Container Scanning for a project by enabling Container Scanning in a new or modified
.gitlab-ci.yml file in a new branch. The new branch and a URL to
create a merge request are part of the response.
Input type: ConfigureContainerScanningInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
projectPath
|
ID! |
Full path of the project. |
Fields
| Name | Type | Description |
|---|---|---|
branch
|
String |
Branch that has the new/modified .gitlab-ci.yml file. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
successPath
|
String |
Redirect path to use when the response is successful. |
Mutation.configureDependencyScanning
Configure Dependency Scanning for a project by enabling Dependency Scanning in a new or modified
.gitlab-ci.yml file in a new branch. The new branch and a URL to
create a Merge Request are a part of the response.
Input type: ConfigureDependencyScanningInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
projectPath
|
ID! |
Full path of the project. |
Fields
| Name | Type | Description |
|---|---|---|
branch
|
String |
Branch that has the new/modified .gitlab-ci.yml file. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
successPath
|
String |
Redirect path to use when the response is successful. |
Mutation.configureSast
Configure SAST for a project by enabling SAST in a new or modified
.gitlab-ci.yml file in a new branch. The new branch and a URL to
create a Merge Request are a part of the response.
Input type: ConfigureSastInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
configuration
|
SastCiConfigurationInput! |
SAST CI configuration for the project. |
projectPath
|
ID! |
Full path of the project. |
Fields
| Name | Type | Description |
|---|---|---|
branch
|
String |
Branch that has the new/modified .gitlab-ci.yml file. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
successPath
|
String |
Redirect path to use when the response is successful. |
Mutation.configureSastIac
Enable SAST IaC for a project in a new or
modified .gitlab-ci.yml file in a new branch. The new
branch and a URL to create a merge request are a part of the
response.
Input type: ConfigureSastIacInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
projectPath
|
ID! |
Full path of the project. |
Fields
| Name | Type | Description |
|---|---|---|
branch
|
String |
Branch that has the new/modified .gitlab-ci.yml file. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
successPath
|
String |
Redirect path to use when the response is successful. |
Mutation.configureSecretDetection
Configure Secret Detection for a project by enabling Secret Detection
in a new or modified .gitlab-ci.yml file in a new branch. The new
branch and a URL to create a Merge Request are a part of the
response.
Input type: ConfigureSecretDetectionInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
projectPath
|
ID! |
Full path of the project. |
Fields
| Name | Type | Description |
|---|---|---|
branch
|
String |
Branch that has the new/modified .gitlab-ci.yml file. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
successPath
|
String |
Redirect path to use when the response is successful. |
Mutation.corpusCreate
Input type: CorpusCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
fullPath
|
ID! |
Project the corpus belongs to. |
packageId
|
PackagesPackageID! |
ID of the corpus package. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.createAbuseReportNote
Creates an abuse report Note.
Input type: CreateAbuseReportNoteInput
Arguments
| Name | Type | Description |
|---|---|---|
abuseReportId
|
AbuseReportID! |
ID of the abuse report. |
body
|
String! |
Content of the note. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
discussionId
|
DiscussionID |
Global ID of the abuse report discussion the note is in reply to. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
note
|
AbuseReportNote |
Abuse report note after mutation. |
Mutation.createAlertIssue
Input type: CreateAlertIssueInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
iid
|
String! |
IID of the alert to mutate. |
projectPath
|
ID! |
Project the alert to mutate is in. |
Fields
| Name | Type | Description |
|---|---|---|
alert
|
AlertManagementAlert |
Alert after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issue
|
Issue |
Issue created after mutation. |
todo
|
Todo |
To-do item after mutation. |
Mutation.createAnnotation
Deprecated in GitLab 16.0. Underlying feature was removed in 16.0.
Input type: CreateAnnotationInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
clusterId
|
ClustersClusterID |
Global ID of the cluster to add an annotation to. |
dashboardPath
|
String! |
Path to a file defining the dashboard on which the annotation should be added. |
description
|
String! |
Description of the annotation. |
endingAt
|
Time |
Timestamp indicating ending moment to which the annotation relates. |
environmentId
|
EnvironmentID |
Global ID of the environment to add an annotation to. |
startingAt
|
Time! |
Timestamp indicating starting moment to which the annotation relates. |
Fields
| Name | Type | Description |
|---|---|---|
annotation
|
MetricsDashboardAnnotation |
Created annotation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.createBoard
Input type: CreateBoardInput
Arguments
| Name | Type | Description |
|---|---|---|
assigneeId
|
UserID |
ID of user to be assigned to the board. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
groupPath
|
ID |
Full path of the group with which the resource is associated. |
hideBacklogList
|
Boolean |
Whether or not backlog list is hidden. |
hideClosedList
|
Boolean |
Whether or not closed list is hidden. |
iterationCadenceId
|
IterationsCadenceID |
ID of iteration cadence to be assigned to the board. |
iterationId
|
IterationID |
ID of iteration to be assigned to the board. |
labelIds
|
[LabelID!] |
IDs of labels to be added to the board. |
labels
|
[String!] |
Labels of the issue. |
milestoneId
|
MilestoneID |
ID of milestone to be assigned to the board. |
name
|
String |
Board name. |
projectPath
|
ID |
Full path of the project with which the resource is associated. |
weight
|
Int |
Weight value to be assigned to the board. |
Fields
| Name | Type | Description |
|---|---|---|
board
|
Board |
Board after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.createBranch
Input type: CreateBranchInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
name
|
String! |
Name of the branch. |
projectPath
|
ID! |
Project full path the branch is associated with. |
ref
|
String! |
Branch name or commit SHA to create branch from. |
Fields
| Name | Type | Description |
|---|---|---|
branch
|
Branch |
Branch after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.createClusterAgent
Input type: CreateClusterAgentInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
name
|
String! |
Name of the cluster agent. |
projectPath
|
ID! |
Full path of the associated project for the cluster agent. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
clusterAgent
|
ClusterAgent |
Cluster agent created after mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.createComplianceFramework
Input type: CreateComplianceFrameworkInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
namespacePath
|
ID! |
Full path of the namespace to add the compliance framework to. |
params
|
ComplianceFrameworkInput! |
Parameters to update the compliance framework with. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
framework
|
ComplianceFramework |
Created compliance framework. |
Mutation.createComplianceRequirement
Introduced in GitLab 17.6. Status: Experiment.
Input type: CreateComplianceRequirementInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
complianceFrameworkId
|
ComplianceManagementFrameworkID! |
Global ID of the compliance framework of the new requirement. |
controls
|
[ComplianceRequirementsControlInput!] |
Controls to add to the compliance requirement. |
params
|
ComplianceRequirementInput! |
Parameters to update the compliance requirement with. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
requirement
|
ComplianceRequirement |
Created compliance requirement. |
Mutation.createComplianceRequirementsControl
Introduced in GitLab 17.9. Status: Experiment.
Input type: CreateComplianceRequirementsControlInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
complianceRequirementId
|
ComplianceManagementComplianceFrameworkComplianceRequirementID! |
Global ID of the compliance requirement of the new control. |
params
|
ComplianceRequirementsControlInput! |
Parameters to create the compliance requirement control. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
requirementsControl
|
ComplianceRequirementsControl |
Created compliance requirements control. |
Mutation.createContainerProtectionRepositoryRule
Creates a repository protection rule to restrict access to a project's container registry.
Input type: CreateContainerProtectionRepositoryRuleInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
minimumAccessLevelForDelete
|
ContainerProtectionRepositoryRuleAccessLevel |
Minimum GitLab access level required to delete container images from the container repository. Valid values include MAINTAINER, OWNER, or ADMIN. If the value is nil, the default minimum access level is DEVELOPER. |
minimumAccessLevelForPush
|
ContainerProtectionRepositoryRuleAccessLevel |
Minimum GitLab access level required to push container images to the container repository. Valid values include MAINTAINER, OWNER, or ADMIN. If the value is nil, the default minimum access level is DEVELOPER. |
projectPath
|
ID! |
Full path of the project where a protection rule is located. |
repositoryPathPattern
|
String! |
Container repository path pattern protected by the protection rule. Must start with the project’s full path. For example: my-project/*-prod-*. Wildcard character * is allowed anywhere after the project’s full path. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
containerProtectionRepositoryRule
|
ContainerProtectionRepositoryRule |
Container repository protection rule after mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.createContainerProtectionTagRule
Creates a protection rule to control which user roles can modify container image tags matching a specified pattern.
Introduced in GitLab 17.8. Status: Experiment.
Input type: createContainerProtectionTagRuleInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
minimumAccessLevelForDelete
|
ContainerProtectionTagRuleAccessLevel |
Minimum GitLab access level required to delete container image tags from the container repository. Valid values include MAINTAINER, OWNER, or ADMIN. Introduced in GitLab 17.8: Status: Experiment. If the value is nil, no access level can delete tags. |
minimumAccessLevelForPush
|
ContainerProtectionTagRuleAccessLevel |
Minimum GitLab access level required to push container image tags to the container repository. Valid values include MAINTAINER, OWNER, or ADMIN. Introduced in GitLab 17.8: Status: Experiment. If the value is nil, no access level can push tags. |
projectPath
|
ID! |
Full path of the project containing the container image tags. |
tagNamePattern
|
String! |
The pattern that matches container image tags to protect. For example, v1.*. Wildcard character * allowed. Introduced in GitLab 17.8: Status: Experiment. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
containerProtectionTagRule {warning-solid}
|
ContainerProtectionTagRule |
Deprecated: Status: Experiment. Introduced in GitLab 17.8. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.createCustomEmoji
Input type: CreateCustomEmojiInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
groupPath
|
ID! |
Namespace full path the emoji is associated with. |
name
|
String! |
Name of the emoji. |
url
|
String! |
Location of the emoji file. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
customEmoji
|
CustomEmoji |
New custom emoji. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.createDiffNote
Input type: CreateDiffNoteInput
Arguments
| Name | Type | Description |
|---|---|---|
body
|
String! |
Content of the note. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
internal
|
Boolean |
Internal flag for a note. Default is false. |
noteableId
|
NoteableID! |
Global ID of the resource to add a note to. |
position
|
DiffPositionInput! |
Position of the note on a diff. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
note
|
Note |
Note after mutation. |
quickActionsStatus
|
QuickActionsStatus |
Status of quick actions after mutation. |
Mutation.createDiscussion
Input type: CreateDiscussionInput
Arguments
| Name | Type | Description |
|---|---|---|
body
|
String! |
Content of the note. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
internal
|
Boolean |
Internal flag for a note. Default is false. |
noteableId
|
NoteableID! |
Global ID of the resource to add a note to. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
note
|
Note |
Note after mutation. |
quickActionsStatus
|
QuickActionsStatus |
Status of quick actions after mutation. |
Mutation.createEpic
Deprecated in GitLab 17.5.
Replaced by WorkItem type. For more information, see migration guide.
Input type: CreateEpicInput
Arguments
| Name | Type | Description |
|---|---|---|
addLabelIds
|
[ID!] |
IDs of labels to be added to the epic. |
addLabels
|
[String!] |
Array of labels to be added to the epic. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
color
|
Color |
Color of the epic. |
confidential
|
Boolean |
Indicates if the epic is confidential. |
description
|
String |
Description of the epic. |
dueDateFixed
|
String |
End date of the epic. |
dueDateIsFixed
|
Boolean |
Indicates end date should be sourced from due_date_fixed field not the issue milestones. |
groupPath
|
ID! |
Group the epic to mutate is in. |
removeLabelIds
|
[ID!] |
IDs of labels to be removed from the epic. |
startDateFixed
|
String |
Start date of the epic. |
startDateIsFixed
|
Boolean |
Indicates start date should be sourced from start_date_fixed field not the issue milestones. |
title
|
String |
Title of the epic. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
epic
|
Epic |
Created epic. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.createImageDiffNote
Input type: CreateImageDiffNoteInput
Arguments
| Name | Type | Description |
|---|---|---|
body
|
String! |
Content of the note. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
internal
|
Boolean |
Internal flag for a note. Default is false. |
noteableId
|
NoteableID! |
Global ID of the resource to add a note to. |
position
|
DiffImagePositionInput! |
Position of the note on a diff. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
note
|
Note |
Note after mutation. |
quickActionsStatus
|
QuickActionsStatus |
Status of quick actions after mutation. |
Mutation.createIssue
Input type: CreateIssueInput
Arguments
| Name | Type | Description |
|---|---|---|
assigneeIds
|
[UserID!] |
Array of user IDs to assign to the issue. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
confidential
|
Boolean |
Indicates the issue is confidential. |
createdAt
|
Time |
Timestamp when the issue was created. Available only for admins and project owners. |
description
|
String |
Description of the issue. |
discussionToResolve
|
String |
ID of a discussion to resolve. Also pass merge_request_to_resolve_discussions_of. |
dueDate
|
ISO8601Date |
Due date of the issue. |
epicId {warning-solid}
|
EpicID |
Deprecated: This will be replaced by WorkItem hierarchyWidget. Deprecated in GitLab 17.5. |
healthStatus
|
HealthStatus |
Desired health status. |
iid
|
Int |
IID (internal ID) of a project issue. Only admins and project owners can modify. |
iterationCadenceId
|
IterationsCadenceID |
Global iteration cadence ID. Required when iterationWildcardId is provided. |
iterationId
|
IterationID |
Global iteration ID. Mutually exlusive argument with iterationWildcardId. |
iterationWildcardId
|
IssueCreationIterationWildcardId |
Iteration wildcard ID. Supported values are: CURRENT. Mutually exclusive argument with iterationId. iterationCadenceId also required when this argument is provided. |
labelIds
|
[LabelID!] |
IDs of labels to be added to the issue. |
labels
|
[String!] |
Labels of the issue. |
locked
|
Boolean |
Indicates discussion is locked on the issue. |
mergeRequestToResolveDiscussionsOf
|
MergeRequestID |
IID of a merge request for which to resolve discussions. |
milestoneId
|
MilestoneID |
ID of the milestone to assign to the issue. On update milestone will be removed if set to null. |
moveAfterId
|
IssueID |
Global ID of issue that should be placed after the current issue. |
moveBeforeId
|
IssueID |
Global ID of issue that should be placed before the current issue. |
projectPath
|
ID! |
Project full path the issue is associated with. |
statusId
|
WorkItemsStatusesStatusID |
Global ID of the status. |
title
|
String! |
Title of the issue. |
type
|
IssueType |
Type of the issue. |
weight
|
Int |
Weight of the issue. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issue
|
Issue |
Issue after mutation. |
Mutation.createIteration
Deprecated in GitLab 14.0. Use iterationCreate.
Input type: CreateIterationInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the iteration. |
dueDate
|
String |
End date of the iteration. |
groupPath
|
ID |
Full path of the group with which the resource is associated. |
iterationsCadenceId
|
IterationsCadenceID |
Global ID of the iteration cadence to be assigned to the new iteration. |
projectPath
|
ID |
Full path of the project with which the resource is associated. |
startDate
|
String |
Start date of the iteration. |
title
|
String |
Title of the iteration. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
iteration
|
Iteration |
Created iteration. |
Mutation.createNote
Creates a Note. If the body of the Note contains only quick actions, the Note will be destroyed during an update, and no Note will be returned.
Input type: CreateNoteInput
Arguments
| Name | Type | Description |
|---|---|---|
body
|
String! |
Content of the note. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
discussionId
|
DiscussionID |
Global ID of the discussion the note is in reply to. |
internal
|
Boolean |
Internal flag for a note. Default is false. |
mergeRequestDiffHeadSha
|
String |
SHA of the head commit which is used to ensure that the merge request has not been updated since the request was sent. |
noteableId
|
NoteableID! |
Global ID of the resource to add a note to. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
note
|
Note |
Note after mutation. |
quickActionsStatus
|
QuickActionsStatus |
Status of quick actions after mutation. |
Mutation.createPackagesProtectionRule
Creates a protection rule to restrict access to project packages.
Input type: CreatePackagesProtectionRuleInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
minimumAccessLevelForDelete {warning-solid}
|
PackagesProtectionRuleAccessLevelForDelete |
Deprecated: Status: Experiment. Introduced in GitLab 17.10. |
minimumAccessLevelForPush
|
PackagesProtectionRuleAccessLevel |
Minimum GitLab access required to push packages to the package registry. Valid values include MAINTAINER, OWNER, or ADMIN. If the value is nil, the default minimum access level is DEVELOPER. |
packageNamePattern
|
String! |
Package name protected by the protection rule. For example, @my-scope/my-package-*. Wildcard character * allowed. |
packageType
|
PackagesProtectionRulePackageType! |
Package type protected by the protection rule. For example, NPM, PYPI. |
projectPath
|
ID! |
Full path of the project where a protection rule is located. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
packageProtectionRule
|
PackagesProtectionRule |
Packages protection rule after mutation. |
Mutation.createRequirement
Input type: CreateRequirementInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the requirement. |
projectPath
|
ID! |
Full project path the requirement is associated with. |
title
|
String |
Title of the requirement. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
requirement
|
Requirement |
Requirement after mutation. |
Mutation.createSnippet
Input type: CreateSnippetInput
Arguments
| Name | Type | Description |
|---|---|---|
blobActions
|
[SnippetBlobActionInputType!] |
Actions to perform over the snippet repository and blobs. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the snippet. |
projectPath
|
ID |
Full path of the project the snippet is associated with. |
title
|
String! |
Title of the snippet. |
uploadedFiles
|
[String!] |
Paths to files uploaded in the snippet description. |
visibilityLevel
|
VisibilityLevelsEnum! |
Visibility level of the snippet. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
snippet
|
Snippet |
Snippet after mutation. |
Mutation.createTestCase
Input type: CreateTestCaseInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
confidential
|
Boolean |
Sets the test case confidentiality. |
description
|
String |
Test case description. |
labelIds
|
[ID!] |
IDs of labels to be added to the test case. |
projectPath
|
ID! |
Project full path to create the test case in. |
title
|
String! |
Test case title. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
testCase
|
Issue |
Test case created. |
Mutation.customFieldArchive
Introduced in GitLab 17.9. Status: Experiment.
Input type: CustomFieldArchiveInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
IssuablesCustomFieldID! |
Global ID of the custom field. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
customField
|
CustomField |
Archived custom field. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.customFieldCreate
Introduced in GitLab 17.6. Status: Experiment.
Input type: CustomFieldCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
fieldType
|
CustomFieldType! |
Type of custom field. |
groupPath
|
ID! |
Group path where the custom field is created. |
name
|
String! |
Name of the custom field. |
selectOptions
|
[CustomFieldSelectOptionInput!] |
Available options for a select field. |
workItemTypeIds
|
[WorkItemsTypeID!] |
Work item type global IDs associated to the custom field. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
customField
|
CustomField |
Created custom field. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.customFieldUnarchive
Introduced in GitLab 17.9. Status: Experiment.
Input type: CustomFieldUnarchiveInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
IssuablesCustomFieldID! |
Global ID of the custom field. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
customField
|
CustomField |
Unarchived custom field. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.customFieldUpdate
Introduced in GitLab 17.6. Status: Experiment.
Input type: CustomFieldUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
IssuablesCustomFieldID! |
Global ID of the custom field. |
name
|
String |
Name of the custom field. |
selectOptions
|
[CustomFieldSelectOptionInput!] |
Available options for a select field. |
workItemTypeIds
|
[WorkItemsTypeID!] |
Work item type global IDs associated to the custom field. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
customField
|
CustomField |
Updated custom field. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.customerRelationsContactCreate
Input type: CustomerRelationsContactCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of or notes for the contact. |
email
|
String |
Email address of the contact. |
firstName
|
String! |
First name of the contact. |
groupId
|
GroupID! |
Group for the contact. |
lastName
|
String! |
Last name of the contact. |
organizationId
|
CustomerRelationsOrganizationID |
Organization for the contact. |
phone
|
String |
Phone number of the contact. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
contact
|
CustomerRelationsContact |
Contact after the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.customerRelationsContactUpdate
Input type: CustomerRelationsContactUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
active
|
Boolean |
State of the contact. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of or notes for the contact. |
email
|
String |
Email address of the contact. |
firstName
|
String |
First name of the contact. |
id
|
CustomerRelationsContactID! |
Global ID of the contact. |
lastName
|
String |
Last name of the contact. |
organizationId
|
CustomerRelationsOrganizationID |
Organization of the contact. |
phone
|
String |
Phone number of the contact. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
contact
|
CustomerRelationsContact |
Contact after the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.customerRelationsOrganizationCreate
Input type: CustomerRelationsOrganizationCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
defaultRate
|
Float |
Standard billing rate for the organization. |
description
|
String |
Description of or notes for the organization. |
groupId
|
GroupID! |
Group for the organization. |
name
|
String! |
Name of the organization. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
organization
|
CustomerRelationsOrganization |
Organization after the mutation. |
Mutation.customerRelationsOrganizationUpdate
Input type: CustomerRelationsOrganizationUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
active
|
Boolean |
State of the organization. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
defaultRate
|
Float |
Standard billing rate for the organization. |
description
|
String |
Description of or notes for the organization. |
id
|
CustomerRelationsOrganizationID! |
Global ID of the organization. |
name
|
String |
Name of the organization. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
organization
|
CustomerRelationsOrganization! |
Organization after the mutation. |
Mutation.dastOnDemandScanCreate
Input type: DastOnDemandScanCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
dastScannerProfileId
|
DastScannerProfileID |
ID of the scanner profile to be used for the scan. |
dastSiteProfileId
|
DastSiteProfileID! |
ID of the site profile to be used for the scan. |
fullPath
|
ID! |
Project the site profile belongs to. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
pipelineUrl
|
String |
URL of the pipeline that was created. |
Mutation.dastProfileCreate
Input type: DastProfileCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
branchName
|
String |
Associated branch. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
dastProfileSchedule
|
DastProfileScheduleInput |
Represents a DAST Profile Schedule. |
dastScannerProfileId
|
DastScannerProfileID! |
ID of the scanner profile to be associated. |
dastSiteProfileId
|
DastSiteProfileID! |
ID of the site profile to be associated. |
description
|
String |
Description of the profile. Defaults to an empty string. |
fullPath
|
ID! |
Project the profile belongs to. |
name
|
String! |
Name of the profile. |
runAfterCreate
|
Boolean |
Run scan using profile after creation. Defaults to false. |
tagList
|
[String!] |
Indicates the runner tags associated with the profile. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
dastProfile
|
DastProfile |
Created profile. |
errors
|
[String!]! |
Errors encountered during the mutation. |
pipelineUrl
|
String |
URL of the pipeline that was created. Requires runAfterCreate to be set to true. |
Mutation.dastProfileDelete
Input type: DastProfileDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
DastProfileID! |
ID of the profile to be deleted. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.dastProfileRun
Input type: DastProfileRunInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
fullPath {warning-solid}
|
ID |
Deprecated: Full path not required to qualify Global ID. Deprecated in GitLab 14.5. |
id
|
DastProfileID! |
ID of the profile to be used for the scan. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
pipelineUrl
|
String |
URL of the pipeline that was created. |
Mutation.dastProfileUpdate
Input type: DastProfileUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
branchName
|
String |
Associated branch. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
dastProfileSchedule
|
DastProfileScheduleInput |
Represents a DAST profile schedule. |
dastScannerProfileId
|
DastScannerProfileID |
ID of the scanner profile to be associated. |
dastSiteProfileId
|
DastSiteProfileID |
ID of the site profile to be associated. |
description
|
String |
Description of the profile. Defaults to an empty string. |
fullPath {warning-solid}
|
ID |
Deprecated: Full path not required to qualify Global ID. Deprecated in GitLab 14.5. |
id
|
DastProfileID! |
ID of the profile to be deleted. |
name
|
String |
Name of the profile. |
runAfterUpdate
|
Boolean |
Run scan using profile after update. Defaults to false. |
tagList
|
[String!] |
Indicates the runner tags associated with the profile. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
dastProfile
|
DastProfile |
Updated profile. |
errors
|
[String!]! |
Errors encountered during the mutation. |
pipelineUrl
|
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. |
Mutation.dastScannerProfileCreate
Input type: DastScannerProfileCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
fullPath
|
ID! |
Project the scanner profile belongs to. |
profileName
|
String! |
Name of the scanner profile. |
scanType
|
DastScanTypeEnum |
Indicates the type of DAST scan that will run. Either a Passive Scan or an Active Scan. |
showDebugMessages
|
Boolean |
Indicates if debug messages should be included in DAST console output. True to include the debug messages. |
spiderTimeout
|
Int |
Maximum number of minutes allowed for the spider to traverse the site. |
tagList {warning-solid}
|
[String!] |
Deprecated: Moved to DastProfile. Deprecated in GitLab 15.8. |
targetTimeout
|
Int |
Maximum number of seconds allowed for the site under test to respond to a request. |
useAjaxSpider
|
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. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
dastScannerProfile
|
DastScannerProfile |
Created scanner profile. |
errors
|
[String!]! |
Errors encountered during the mutation. |
id {warning-solid}
|
DastScannerProfileID |
Deprecated: use dastScannerProfile field. Deprecated in GitLab 14.10. |
Mutation.dastScannerProfileDelete
Input type: DastScannerProfileDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
fullPath {warning-solid}
|
ID |
Deprecated: Full path not required to qualify Global ID. Deprecated in GitLab 14.5. |
id
|
DastScannerProfileID! |
ID of the scanner profile to be deleted. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.dastScannerProfileUpdate
Input type: DastScannerProfileUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
fullPath {warning-solid}
|
ID |
Deprecated: Full path not required to qualify Global ID. Deprecated in GitLab 14.5. |
id
|
DastScannerProfileID! |
ID of the scanner profile to be updated. |
profileName
|
String! |
Name of the scanner profile. |
scanType
|
DastScanTypeEnum |
Indicates the type of DAST scan that will run. Either a Passive Scan or an Active Scan. |
showDebugMessages
|
Boolean |
Indicates if debug messages should be included in DAST console output. True to include the debug messages. |
spiderTimeout
|
Int! |
Maximum number of minutes allowed for the spider to traverse the site. |
tagList {warning-solid}
|
[String!] |
Deprecated: Moved to DastProfile. Deprecated in GitLab 15.8. |
targetTimeout
|
Int! |
Maximum number of seconds allowed for the site under test to respond to a request. |
useAjaxSpider
|
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. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
dastScannerProfile
|
DastScannerProfile |
Updated scanner profile. |
errors
|
[String!]! |
Errors encountered during the mutation. |
id {warning-solid}
|
DastScannerProfileID |
Deprecated: use dastScannerProfile field. Deprecated in GitLab 14.10. |
Mutation.dastSiteProfileCreate
Input type: DastSiteProfileCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
auth
|
DastSiteProfileAuthInput |
Parameters for authentication. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
excludedUrls
|
[String!] |
URLs to skip during an authenticated scan. Defaults to []. |
fullPath
|
ID! |
Project the site profile belongs to. |
optionalVariables
|
[JSON!] |
Optional variables that can be configured for DAST scans. |
profileName
|
String! |
Name of the site profile. |
requestHeaders
|
String |
Comma-separated list of request header names and values to be added to every request made by DAST. |
scanFilePath
|
String |
File Path or URL used as input for the scan method. |
scanMethod
|
DastScanMethodType |
Scan method by the scanner. |
targetType
|
DastTargetTypeEnum |
Type of target to be scanned. |
targetUrl
|
String |
URL of the target to be scanned. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
dastSiteProfile
|
DastSiteProfile |
Site Profile object. |
errors
|
[String!]! |
Errors encountered during the mutation. |
id {warning-solid}
|
DastSiteProfileID |
Deprecated: use dastSiteProfile.id field. Deprecated in GitLab 14.10. |
Mutation.dastSiteProfileDelete
Input type: DastSiteProfileDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
fullPath {warning-solid}
|
ID |
Deprecated: Full path not required to qualify Global ID. Deprecated in GitLab 14.5. |
id
|
DastSiteProfileID! |
ID of the site profile to be deleted. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.dastSiteProfileUpdate
Input type: DastSiteProfileUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
auth
|
DastSiteProfileAuthInput |
Parameters for authentication. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
excludedUrls
|
[String!] |
URLs to skip during an authenticated scan. |
fullPath {warning-solid}
|
ID |
Deprecated: Full path not required to qualify Global ID. Deprecated in GitLab 14.5. |
id
|
DastSiteProfileID! |
ID of the site profile to be updated. |
optionalVariables
|
[JSON!] |
Optional variables that can be configured for DAST scans. |
profileName
|
String! |
Name of the site profile. |
requestHeaders
|
String |
Comma-separated list of request header names and values to be added to every request made by DAST. |
scanFilePath
|
String |
File Path or URL used as input for the scan method. |
scanMethod
|
DastScanMethodType |
Scan method by the scanner. |
targetType
|
DastTargetTypeEnum |
Type of target to be scanned. |
targetUrl
|
String |
URL of the target to be scanned. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
dastSiteProfile
|
DastSiteProfile |
Site profile object. |
errors
|
[String!]! |
Errors encountered during the mutation. |
id {warning-solid}
|
DastSiteProfileID |
Deprecated: use dastSiteProfile.id field. Deprecated in GitLab 14.10. |
Mutation.dastSiteTokenCreate
Input type: DastSiteTokenCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
fullPath
|
ID! |
Project the site token belongs to. |
targetUrl
|
String |
URL of the target to be validated. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
id
|
DastSiteTokenID |
ID of the site token. |
status
|
DastSiteProfileValidationStatusEnum |
Current validation status of the target. |
token
|
String |
Token string. |
Mutation.dastSiteValidationCreate
Input type: DastSiteValidationCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
dastSiteTokenId
|
DastSiteTokenID! |
ID of the site token. |
fullPath
|
ID! |
Project the site profile belongs to. |
strategy
|
DastSiteValidationStrategyEnum |
Validation strategy to be used. |
validationPath
|
String! |
Path to be requested during validation. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
id
|
DastSiteValidationID |
ID of the site validation. |
status
|
DastSiteProfileValidationStatusEnum |
Current validation status. |
Mutation.dastSiteValidationRevoke
Input type: DastSiteValidationRevokeInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
fullPath
|
ID! |
Project the site validation belongs to. |
normalizedTargetUrl
|
String! |
Normalized URL of the target to be revoked. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.deleteAnnotation
Deprecated in GitLab 16.0. Underlying feature was removed in 16.0.
Input type: DeleteAnnotationInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
String! |
Global ID of the annotation to delete. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.deleteContainerProtectionRepositoryRule
Deletes a container repository protection rule.
Input type: DeleteContainerProtectionRepositoryRuleInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ContainerRegistryProtectionRuleID! |
Global ID of the container repository protection rule to delete. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
containerProtectionRepositoryRule
|
ContainerProtectionRepositoryRule |
Container repository protection rule that was deleted successfully. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.deleteContainerProtectionTagRule
Deletes a protection rule that controls which user roles can modify container image tags matching a specified pattern.
Introduced in GitLab 17.8. Status: Experiment.
Input type: DeleteContainerProtectionTagRuleInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ContainerRegistryProtectionTagRuleID! |
Global ID of the tag protection rule to delete. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
containerProtectionTagRule {warning-solid}
|
ContainerProtectionTagRule |
Deprecated: Status: Experiment. Introduced in GitLab 17.8. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.deleteConversationThread
Introduced in GitLab 17.9. Status: Experiment.
Input type: DeleteConversationThreadInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
threadId
|
AiConversationThreadID! |
Global ID of the thread to delete. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
List of errors that occurred whilst trying to delete the thread. |
success
|
Boolean! |
Returns true if thread was successfully deleted. |
Mutation.deleteDuoWorkflowsWorkflow
Introduced in GitLab 18.1. Status: Experiment.
Input type: DeleteDuoWorkflowsWorkflowInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
workflowId
|
AiDuoWorkflowsWorkflowID! |
Global ID of the workflow to delete. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
List of errors that occurred whilst trying to delete the workflow. |
success
|
Boolean! |
Returns true if workflow was successfully deleted. |
Mutation.deletePackagesProtectionRule
Deletes a protection rule for packages.
Input type: DeletePackagesProtectionRuleInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
PackagesProtectionRuleID! |
Global ID of the package protection rule to delete. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
packageProtectionRule
|
PackagesProtectionRule |
Packages protection rule that was deleted successfully. |
Mutation.deletePagesDeployment
Deletes a Pages deployment.
Introduced in GitLab 17.1. Status: Experiment.
Input type: DeletePagesDeploymentInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
PagesDeploymentID! |
ID of the Pages Deployment. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
pagesDeployment
|
PagesDeployment! |
Deleted Pages Deployment. |
Mutation.designManagementDelete
Input type: DesignManagementDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
filenames
|
[String!]! |
Filenames of the designs to delete. |
iid
|
ID! |
IID of the issue to modify designs for. |
projectPath
|
ID! |
Project where the issue is to upload designs for. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
version
|
DesignVersion |
New version in which the designs are deleted. |
Mutation.designManagementMove
Input type: DesignManagementMoveInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
DesignManagementDesignID! |
ID of the design to move. |
next
|
DesignManagementDesignID |
ID of the immediately following design. |
previous
|
DesignManagementDesignID |
ID of the immediately preceding design. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
designCollection
|
DesignCollection |
Current state of the collection. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.designManagementUpdate
Input type: DesignManagementUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the design. |
id
|
DesignManagementDesignID! |
ID of the design to update. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
design
|
Design! |
Updated design. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.designManagementUpload
Input type: DesignManagementUploadInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
files
|
[Upload!]! |
Files to upload. |
iid
|
ID! |
IID of the issue to modify designs for. |
projectPath
|
ID! |
Project where the issue is to upload designs for. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
designs
|
[Design!]! |
Designs that were uploaded by the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
skippedDesigns
|
[Design!]! |
Any designs that were skipped from the upload due to there being no change to their content since their last version. |
Mutation.destroyBoard
Input type: DestroyBoardInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
BoardID! |
Global ID of the board to destroy. |
Fields
| Name | Type | Description |
|---|---|---|
board
|
Board |
Board after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.destroyBoardList
Input type: DestroyBoardListInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
listId
|
ListID! |
Global ID of the list to destroy. Only label lists are accepted. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
list
|
BoardList |
List after mutation. |
Mutation.destroyComplianceFramework
Input type: DestroyComplianceFrameworkInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ComplianceManagementFrameworkID! |
Global ID of the compliance framework to destroy. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.destroyComplianceRequirement
Introduced in GitLab 17.7. Status: Experiment.
Input type: DestroyComplianceRequirementInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ComplianceManagementComplianceFrameworkComplianceRequirementID! |
Global ID of the compliance requirement to destroy. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.destroyComplianceRequirementsControl
Introduced in GitLab 17.9. Status: Experiment.
Input type: DestroyComplianceRequirementsControlInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ComplianceManagementComplianceFrameworkComplianceRequirementsControlID! |
Global ID of the compliance requirement control to destroy. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.destroyContainerRepository
Input type: DestroyContainerRepositoryInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ContainerRepositoryID! |
ID of the container repository. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
containerRepository
|
ContainerRepository! |
Container repository policy after scheduling the deletion. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.destroyContainerRepositoryTags
Input type: DestroyContainerRepositoryTagsInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ContainerRepositoryID! |
ID of the container repository. |
tagNames
|
[String!]! |
Container repository tag(s) to delete. Total number can't be greater than 20. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
deletedTagNames
|
[String!]! |
Deleted container repository tags. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.destroyCustomEmoji
Input type: DestroyCustomEmojiInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
CustomEmojiID! |
Global ID of the custom emoji to destroy. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
customEmoji
|
CustomEmoji |
Deleted custom emoji. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.destroyEpicBoard
Deprecated in GitLab 17.5. Replaced by WorkItem type.
Input type: DestroyEpicBoardInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
BoardsEpicBoardID! |
Global ID of the board to destroy. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
epicBoard
|
EpicBoard |
Epic board after mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.destroyNote
Input type: DestroyNoteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
NoteID! |
Global ID of the note to destroy. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
note
|
Note |
Note after mutation. |
quickActionsStatus
|
QuickActionsStatus |
Status of quick actions after mutation. |
Mutation.destroyPackage
Input type: DestroyPackageInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
PackagesPackageID! |
ID of the Package. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.destroyPackageFile
Input type: DestroyPackageFileInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
PackagesPackageFileID! |
ID of the Package file. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.destroyPackageFiles
Input type: DestroyPackageFilesInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
ids
|
[PackagesPackageFileID!]! |
IDs of the Package file. |
projectPath
|
ID! |
Project path where the packages cleanup policy is located. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.destroyPackages
Input type: DestroyPackagesInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
ids
|
[PackagesPackageID!]! |
Global IDs of the Packages. Max 100. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.destroySnippet
Input type: DestroySnippetInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
SnippetID! |
Global ID of the snippet to destroy. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
snippet
|
Snippet |
Snippet after mutation. |
Mutation.disableDevopsAdoptionNamespace
Status: Beta.
Input type: DisableDevopsAdoptionNamespaceInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
[AnalyticsDevopsAdoptionEnabledNamespaceID!]! |
One or many IDs of the enabled namespaces to disable. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.discussionToggleResolve
Toggles the resolved state of a discussion.
Input type: DiscussionToggleResolveInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
DiscussionID! |
Global ID of the discussion. |
resolve
|
Boolean! |
Will resolve the discussion when true, and unresolve the discussion when false. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
discussion
|
Discussion |
Discussion after mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.duoSettingsUpdate
Updates GitLab Duo settings.
Introduced in GitLab 17.9. Status: Experiment.
Input type: DuoSettingsUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
aiGatewayUrl
|
String |
URL for local AI gateway server. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
duoCoreFeaturesEnabled
|
Boolean |
Indicates whether GitLab Duo Core features are enabled. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
duoSettings
|
DuoSettings! |
GitLab Duo settings after mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.duoUserFeedback
Introduced in GitLab 16.10. Status: Experiment.
Input type: DuoUserFeedbackInput
Arguments
| Name | Type | Description |
|---|---|---|
agentVersionId
|
AiAgentVersionID |
Global ID of the agent to answer the chat. |
aiMessageId
|
String! |
ID of the AI Message. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
trackingEvent
|
TrackingEventInput |
Tracking event data. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.echoCreate
A mutation that does not perform any changes.
This is expected to be used for testing of endpoints, to verify that a user has mutation access.
Input type: EchoCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!] |
Errors to return to the user. |
messages
|
[String!] |
Messages to return to the user. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
echoes
|
[String!] |
Messages returned to the user. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.enableDevopsAdoptionNamespace
Status: Beta.
Input type: EnableDevopsAdoptionNamespaceInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
displayNamespaceId
|
NamespaceID |
Display namespace ID. |
namespaceId
|
NamespaceID! |
Namespace ID. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
enabledNamespace
|
DevopsAdoptionEnabledNamespace |
Enabled namespace after mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.environmentCreate
Create an environment.
Input type: EnvironmentCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
autoStopSetting
|
AutoStopSetting |
Auto stop setting of the environment. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
clusterAgentId
|
ClustersAgentID |
Cluster agent of the environment. |
description
|
String |
Description of the environment. |
externalUrl
|
String |
External URL of the environment. |
fluxResourcePath
|
String |
Flux resource path of the environment. |
kubernetesNamespace
|
String |
Kubernetes namespace of the environment. |
name
|
String! |
Name of the environment. |
projectPath
|
ID! |
Full path of the project. |
tier
|
DeploymentTier |
Tier of the environment. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
environment
|
Environment |
Created environment. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.environmentDelete
Delete an environment.
Input type: EnvironmentDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
EnvironmentID! |
Global ID of the environment to Delete. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.environmentStop
Stop an environment.
Input type: EnvironmentStopInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
force
|
Boolean |
Force environment to stop without executing on_stop actions. |
id
|
EnvironmentID! |
Global ID of the environment to stop. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
environment
|
Environment |
Environment after attempt to stop. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.environmentUpdate
Update an environment.
Input type: EnvironmentUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
autoStopSetting
|
AutoStopSetting |
Auto stop setting of the environment. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
clusterAgentId
|
ClustersAgentID |
Cluster agent of the environment. |
description
|
String |
Description of the environment. |
externalUrl
|
String |
External URL of the environment. |
fluxResourcePath
|
String |
Flux resource path of the environment. |
id
|
EnvironmentID! |
Global ID of the environment to update. |
kubernetesNamespace
|
String |
Kubernetes namespace of the environment. |
tier
|
DeploymentTier |
Tier of the environment. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
environment
|
Environment |
Environment after attempt to update. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.environmentsCanaryIngressUpdate
Deprecated This endpoint is planned to be removed along with certificate-based clusters. See this epic for more information.
Input type: EnvironmentsCanaryIngressUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
EnvironmentID! |
Global ID of the environment to update. |
weight
|
Int! |
Weight of the Canary Ingress. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.epicAddIssue
Deprecated in GitLab 17.5.
Replaced by WorkItem type. For more information, see migration guide.
Input type: EpicAddIssueInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
groupPath
|
ID! |
Group the epic to mutate belongs to. |
iid
|
ID! |
IID of the epic to mutate. |
issueIid
|
String! |
IID of the issue to be added. |
projectPath
|
ID! |
Full path of the project the issue belongs to. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
epic
|
Epic |
Epic after mutation. |
epicIssue
|
EpicIssue |
Epic-issue relationship. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.epicBoardCreate
Deprecated in GitLab 17.5. Replaced by WorkItem type.
Input type: EpicBoardCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
displayColors
|
Boolean |
Whether or not display epic colors. |
groupPath
|
ID |
Full path of the group with which the resource is associated. |
hideBacklogList
|
Boolean |
Whether or not backlog list is hidden. |
hideClosedList
|
Boolean |
Whether or not closed list is hidden. |
labelIds
|
[LabelID!] |
IDs of labels to be added to the board. |
labels
|
[String!] |
Labels of the issue. |
name
|
String |
Board name. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
epicBoard
|
EpicBoard |
Created epic board. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.epicBoardListCreate
Deprecated in GitLab 17.5. Replaced by WorkItem type.
Input type: EpicBoardListCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
backlog
|
Boolean |
Create the backlog list. |
boardId
|
BoardsEpicBoardID! |
Global ID of the issue board to mutate. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
labelId
|
LabelID |
Global ID of an existing label. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
list
|
EpicList |
Epic list in the epic board. |
Mutation.epicBoardListDestroy
Destroys an epic board list.
Deprecated in GitLab 17.5. Replaced by WorkItem type.
Input type: EpicBoardListDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
listId
|
BoardsEpicListID! |
Global ID of the epic board list to destroy. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
list
|
EpicList |
Epic board list. null if the board was destroyed successfully. |
Mutation.epicBoardUpdate
Deprecated in GitLab 17.5. Replaced by WorkItem type.
Input type: EpicBoardUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
displayColors
|
Boolean |
Whether or not display epic colors. |
hideBacklogList
|
Boolean |
Whether or not backlog list is hidden. |
hideClosedList
|
Boolean |
Whether or not closed list is hidden. |
id
|
BoardsEpicBoardID! |
Epic board global ID. |
labelIds
|
[LabelID!] |
IDs of labels to be added to the board. |
labels
|
[String!] |
Labels of the issue. |
name
|
String |
Board name. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
epicBoard
|
EpicBoard |
Updated epic board. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.epicMoveList
Deprecated in GitLab 17.5. Replaced by WorkItem type.
Input type: EpicMoveListInput
Arguments
| Name | Type | Description |
|---|---|---|
boardId
|
BoardsEpicBoardID! |
Global ID of the board that the epic is in. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
epicId
|
EpicID! |
ID of the epic to mutate. |
fromListId
|
BoardsEpicListID |
ID of the board list that the epic will be moved from. Required if moving between lists. |
moveAfterId
|
EpicID |
ID of epic that should be placed after the current epic. |
moveBeforeId
|
EpicID |
ID of epic that should be placed before the current epic. |
positionInList
|
Int |
Position of epics within the board list. Positions start at 0. Use -1 to move to the end of the list. |
toListId
|
BoardsEpicListID! |
ID of the list the epic will be in after mutation. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
epic
|
Epic |
Epic after mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.epicSetSubscription
Deprecated in GitLab 17.5.
Replaced by WorkItem type. For more information, see migration guide.
Input type: EpicSetSubscriptionInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
groupPath
|
ID! |
Group the epic to mutate belongs to. |
iid
|
ID! |
IID of the epic to mutate. |
subscribedState
|
Boolean! |
Desired state of the subscription. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
epic
|
Epic |
Epic after mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.epicTreeReorder
Deprecated in GitLab 17.5. Replaced by WorkItem type.
Input type: EpicTreeReorderInput
Arguments
| Name | Type | Description |
|---|---|---|
baseEpicId
|
EpicID! |
ID of the base epic of the tree. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
moved
|
EpicTreeNodeFieldsInputType! |
Parameters for updating the tree positions. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.escalationPolicyCreate
Input type: EscalationPolicyCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the escalation policy. |
name
|
String! |
Name of the escalation policy. |
projectPath
|
ID! |
Project to create the escalation policy for. |
rules
|
[EscalationRuleInput!]! |
Steps of the escalation policy. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
escalationPolicy
|
EscalationPolicyType |
Escalation policy. |
Mutation.escalationPolicyDestroy
Input type: EscalationPolicyDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
IncidentManagementEscalationPolicyID! |
Escalation policy internal ID to remove. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
escalationPolicy
|
EscalationPolicyType |
Escalation policy. |
Mutation.escalationPolicyUpdate
Input type: EscalationPolicyUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the escalation policy. |
id
|
IncidentManagementEscalationPolicyID! |
ID of the on-call schedule to create the on-call rotation in. |
name
|
String |
Name of the escalation policy. |
rules
|
[EscalationRuleInput!] |
Steps of the escalation policy. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
escalationPolicy
|
EscalationPolicyType |
Escalation policy. |
Mutation.exportRequirements
Input type: ExportRequirementsInput
Arguments
| Name | Type | Description |
|---|---|---|
authorUsername
|
[String!] |
Filter requirements by author username. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
projectPath
|
ID! |
Full project path the requirements are associated with. |
search
|
String |
Search query for requirement title. |
selectedFields
|
[String!] |
List of selected requirements fields to be exported. |
sort
|
Sort |
List requirements by sort order. |
state
|
RequirementState |
Filter requirements by state. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.externalAuditEventDestinationCreate
Input type: ExternalAuditEventDestinationCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
destinationUrl
|
String! |
Destination URL. |
groupPath
|
ID! |
Group path. |
name
|
String |
Destination name. |
verificationToken
|
String |
Verification token. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
externalAuditEventDestination
|
ExternalAuditEventDestination |
Destination created. |
Mutation.externalAuditEventDestinationDestroy
Input type: ExternalAuditEventDestinationDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
AuditEventsExternalAuditEventDestinationID! |
ID of external audit event destination to destroy. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.externalAuditEventDestinationUpdate
Input type: ExternalAuditEventDestinationUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
active
|
Boolean |
Active status of the destination. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
destinationUrl
|
String |
Destination URL to change. |
id
|
AuditEventsExternalAuditEventDestinationID! |
ID of external audit event destination to update. |
name
|
String |
Destination name. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
externalAuditEventDestination
|
ExternalAuditEventDestination |
Updated destination. |
Mutation.geoRegistriesBulkUpdate
Mutates multiple Geo registries for a given registry class.
Introduced in GitLab 16.4. Status: Experiment.
Input type: GeoRegistriesBulkUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
action
|
GeoRegistriesBulkAction! |
Action to be executed on Geo registries. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
ids
|
[GeoBaseRegistryID!] |
Execute the action on registries selected by their ID. |
registryClass
|
GeoRegistryClass! |
Class of the Geo registries to be updated. |
replicationState
|
ReplicationStateEnum |
Execute the action on registries selected by their replication state. |
verificationState
|
VerificationStateEnum |
Execute the action on registries selected by their verification state. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
registryClass
|
GeoRegistryClass |
Updated Geo registry class. |
Mutation.geoRegistriesUpdate
Mutates a Geo registry.
Introduced in GitLab 16.1. Status: Experiment.
Input type: GeoRegistriesUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
action
|
GeoRegistryAction! |
Action to be executed on a Geo registry. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
registryId
|
GeoBaseRegistryID! |
ID of the Geo registry entry to be updated. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
registry
|
Registrable |
Updated Geo registry entry. |
Mutation.gitlabSubscriptionActivate
Input type: GitlabSubscriptionActivateInput
Arguments
| Name | Type | Description |
|---|---|---|
activationCode
|
String! |
Activation code received after purchasing a GitLab subscription. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
futureSubscriptions
|
[SubscriptionFutureEntry!] |
Array of future subscriptions. |
license
|
CurrentLicense |
Current license. |
Mutation.googleCloudLoggingConfigurationCreate
Input type: GoogleCloudLoggingConfigurationCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientEmail
|
String! |
Email address associated with the service account that will be used to authenticate and interact with the Google Cloud Logging service. This is part of the IAM credentials. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
googleProjectIdName
|
String! |
Unique identifier of the Google Cloud project to which the logging configuration belongs. |
groupPath
|
ID! |
Group path. |
logIdName
|
String |
Unique identifier used to distinguish and manage different logs within the same Google Cloud project.(defaults to audit_events). |
name
|
String |
Destination name. |
privateKey
|
String! |
Private Key associated with the service account. This key is used to authenticate the service account and authorize it to interact with the Google Cloud Logging service. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
googleCloudLoggingConfiguration
|
GoogleCloudLoggingConfigurationType |
configuration created. |
Mutation.googleCloudLoggingConfigurationDestroy
Input type: GoogleCloudLoggingConfigurationDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
AuditEventsGoogleCloudLoggingConfigurationID! |
ID of the Google Cloud logging configuration to destroy. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.googleCloudLoggingConfigurationUpdate
Input type: GoogleCloudLoggingConfigurationUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
active
|
Boolean |
Active status of the destination. |
clientEmail
|
String |
Email address associated with the service account that will be used to authenticate and interact with the Google Cloud Logging service. This is part of the IAM credentials. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
googleProjectIdName
|
String |
Unique identifier of the Google Cloud project to which the logging configuration belongs. |
id
|
AuditEventsGoogleCloudLoggingConfigurationID! |
ID of the google Cloud configuration to update. |
logIdName
|
String |
Unique identifier used to distinguish and manage different logs within the same Google Cloud project. |
name
|
String |
Destination name. |
privateKey
|
String |
Private Key associated with the service account. This key is used to authenticate the service account and authorize it to interact with the Google Cloud Logging service. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
googleCloudLoggingConfiguration
|
GoogleCloudLoggingConfigurationType |
configuration updated. |
Mutation.groupAuditEventStreamingDestinationsCreate
Introduced in GitLab 16.11. Status: Experiment.
Input type: GroupAuditEventStreamingDestinationsCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
category
|
String! |
Destination category. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
config
|
JSON! |
Destination config. |
groupPath
|
ID! |
Group path. |
name
|
String |
Destination name. |
secretToken
|
String |
Secret token. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
externalAuditEventDestination
|
GroupAuditEventStreamingDestination |
Destination created. |
Mutation.groupAuditEventStreamingDestinationsDelete
Introduced in GitLab 16.11. Status: Experiment.
Input type: GroupAuditEventStreamingDestinationsDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
AuditEventsGroupExternalStreamingDestinationID! |
ID of the audit events external streaming destination to delete. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.groupAuditEventStreamingDestinationsUpdate
Introduced in GitLab 16.11. Status: Experiment.
Input type: GroupAuditEventStreamingDestinationsUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
active
|
Boolean |
Active status of the destination. |
category
|
String |
Destination category. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
config
|
JSON |
Destination config. |
id
|
AuditEventsGroupExternalStreamingDestinationID! |
ID of external audit event destination to update. |
name
|
String |
Destination name. |
secretToken
|
String |
Secret token. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
externalAuditEventDestination
|
GroupAuditEventStreamingDestination |
Updated destination. |
Mutation.groupMemberBulkUpdate
Input type: GroupMemberBulkUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
accessLevel
|
MemberAccessLevel! |
Access level to update the members to. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
expiresAt
|
Time |
Date and time the membership expires. |
groupId
|
GroupID! |
Global ID of the group. |
userIds
|
[UserID!]! |
Global IDs of the members. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
groupMembers
|
[GroupMember!] |
Group members after mutation. |
Mutation.groupMembersExport
Introduced in GitLab 17.4. Status: Experiment.
Input type: GroupMembersExportInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
groupId
|
GroupID! |
Global ID of the group. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
message
|
String |
Export request result message. |
Mutation.groupSavedReplyCreate
Introduced in GitLab 16.10. Status: Experiment.
Input type: GroupSavedReplyCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
content
|
String! |
Content of the saved reply. |
groupId
|
GroupID! |
Group for the save reply. |
name
|
String! |
Name of the saved reply. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
savedReply
|
GroupSavedReply |
Saved reply after mutation. |
Mutation.groupSavedReplyDestroy
Introduced in GitLab 16.10. Status: Experiment.
Input type: GroupSavedReplyDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
GroupsSavedReplyID! |
Global ID of the group-level saved reply. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
savedReply
|
GroupSavedReply |
Saved reply after mutation. |
Mutation.groupSavedReplyUpdate
Introduced in GitLab 16.10. Status: Experiment.
Input type: GroupSavedReplyUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
content
|
String! |
Content of the saved reply. |
id
|
GroupsSavedReplyID! |
Global ID of the group-level saved reply. |
name
|
String! |
Name of the saved reply. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
savedReply
|
GroupSavedReply |
Saved reply after mutation. |
Mutation.groupUpdate
Input type: GroupUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
duoFeaturesEnabled
|
Boolean |
Indicates whether GitLab Duo features are enabled for the group. Introduced in GitLab 16.10: Status: Experiment. |
fullPath
|
ID! |
Full path of the group that will be updated. |
lockDuoFeaturesEnabled
|
Boolean |
Indicates if the GitLab Duo features enabled setting is enforced for all subgroups. Introduced in GitLab 16.10: Status: Experiment. |
lockMathRenderingLimitsEnabled
|
Boolean |
Indicates if math rendering limits are locked for all descendant groups. |
mathRenderingLimitsEnabled
|
Boolean |
Indicates if math rendering limits are used for the group. |
name
|
String |
Name of the group. |
path
|
String |
Path of the namespace. |
sharedRunnersSetting
|
SharedRunnersSetting |
Shared runners availability for the namespace and its descendants. |
visibility
|
VisibilityLevelsEnum |
Visibility of the namespace. |
webBasedCommitSigningEnabled {warning-solid}
|
Boolean |
Deprecated: Status: Experiment. Introduced in GitLab 18.2. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
group
|
Group |
Group after update. |
Mutation.httpIntegrationCreate
Input type: HttpIntegrationCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
active
|
Boolean! |
Whether the integration is receiving alerts. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
name
|
String! |
Name of the integration. |
payloadAttributeMappings
|
[AlertManagementPayloadAlertFieldInput!] |
Custom mapping of GitLab alert attributes to fields from the payload example. |
payloadExample
|
JsonString |
Example of an alert payload. |
projectPath
|
ID! |
Project to create the integration in. |
type
|
AlertManagementIntegrationType |
Type of integration to create. Cannot be changed after creation. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
integration
|
AlertManagementHttpIntegration |
Alerting integration. |
Mutation.httpIntegrationDestroy
Input type: HttpIntegrationDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
AlertManagementHttpIntegrationID! |
ID of the integration to remove. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
integration
|
AlertManagementHttpIntegration |
Alerting integration. |
Mutation.httpIntegrationResetToken
Input type: HttpIntegrationResetTokenInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
AlertManagementHttpIntegrationID! |
ID of the integration to mutate. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
integration
|
AlertManagementHttpIntegration |
Alerting integration. |
Mutation.httpIntegrationUpdate
Input type: HttpIntegrationUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
active
|
Boolean |
Whether the integration is receiving alerts. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
AlertManagementHttpIntegrationID! |
ID of the integration to mutate. |
name
|
String |
Name of the integration. |
payloadAttributeMappings
|
[AlertManagementPayloadAlertFieldInput!] |
Custom mapping of GitLab alert attributes to fields from the payload example. |
payloadExample
|
JsonString |
Example of an alert payload. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
integration
|
AlertManagementHttpIntegration |
Alerting integration. |
Mutation.importSourceUserCancelReassignment
Introduced in GitLab 17.2. Status: Experiment.
Input type: ImportSourceUserCancelReassignmentInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ImportSourceUserID! |
Global ID of the mapping of a user on source instance to a user on destination instance. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
importSourceUser
|
ImportSourceUser |
Mapping of a user on source instance to a user on destination instance after mutation. |
Mutation.importSourceUserKeepAllAsPlaceholder
Introduced in GitLab 17.6. Status: Experiment.
Input type: ImportSourceUserKeepAllAsPlaceholderInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
namespaceId
|
NamespaceID! |
Global ID of the namespace. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
updatedImportSourceUserCount
|
Int |
Number of successfully updated mappings of users on source instance to their destination users. |
Mutation.importSourceUserKeepAsPlaceholder
Introduced in GitLab 17.2. Status: Experiment.
Input type: ImportSourceUserKeepAsPlaceholderInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ImportSourceUserID! |
Global ID of the mapping of a user on source instance to a user on destination instance. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
importSourceUser
|
ImportSourceUser |
Mapping of a user on source instance to a user on destination instance after mutation. |
Mutation.importSourceUserReassign
Introduced in GitLab 17.2. Status: Experiment.
Input type: ImportSourceUserReassignInput
Arguments
| Name | Type | Description |
|---|---|---|
assigneeUserId
|
UserID! |
Global ID of the assignee user. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ImportSourceUserID! |
Global ID of the mapping of a user on source instance to a user on destination instance. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
importSourceUser
|
ImportSourceUser |
Mapping of a user on source instance to a user on destination instance after mutation. |
Mutation.importSourceUserResendNotification
Introduced in GitLab 17.2. Status: Experiment.
Input type: ImportSourceUserResendNotificationInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ImportSourceUserID! |
Global ID of the mapping of a user on source instance to a user on destination instance. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
importSourceUser
|
ImportSourceUser |
Mapping of a user on source instance to a user on destination instance after mutation. |
Mutation.instanceAuditEventStreamingDestinationsCreate
Introduced in GitLab 16.11. Status: Experiment.
Input type: InstanceAuditEventStreamingDestinationsCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
category
|
String! |
Destination category. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
config
|
JSON! |
Destination config. |
name
|
String |
Destination name. |
secretToken
|
String |
Secret token. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
externalAuditEventDestination
|
InstanceAuditEventStreamingDestination |
Destination created. |
Mutation.instanceAuditEventStreamingDestinationsDelete
Introduced in GitLab 16.11. Status: Experiment.
Input type: InstanceAuditEventStreamingDestinationsDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
AuditEventsInstanceExternalStreamingDestinationID! |
ID of the audit events external streaming destination to delete. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.instanceAuditEventStreamingDestinationsUpdate
Introduced in GitLab 16.11. Status: Experiment.
Input type: InstanceAuditEventStreamingDestinationsUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
active
|
Boolean |
Active status of the destination. |
category
|
String |
Destination category. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
config
|
JSON |
Destination config. |
id
|
AuditEventsInstanceExternalStreamingDestinationID! |
ID of external audit event destination to update. |
name
|
String |
Destination name. |
secretToken
|
String |
Secret token. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
externalAuditEventDestination
|
InstanceAuditEventStreamingDestination |
Updated destination. |
Mutation.instanceExternalAuditEventDestinationCreate
Input type: InstanceExternalAuditEventDestinationCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
destinationUrl
|
String! |
Destination URL. |
name
|
String |
Destination name. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
instanceExternalAuditEventDestination
|
InstanceExternalAuditEventDestination |
Destination created. |
Mutation.instanceExternalAuditEventDestinationDestroy
Input type: InstanceExternalAuditEventDestinationDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
AuditEventsInstanceExternalAuditEventDestinationID! |
ID of the external instance audit event destination to destroy. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.instanceExternalAuditEventDestinationUpdate
Input type: InstanceExternalAuditEventDestinationUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
active
|
Boolean |
Active status of the destination. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
destinationUrl
|
String |
Destination URL to change. |
id
|
AuditEventsInstanceExternalAuditEventDestinationID! |
ID of the external instance audit event destination to update. |
name
|
String |
Destination name. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
instanceExternalAuditEventDestination
|
InstanceExternalAuditEventDestination |
Updated destination. |
Mutation.instanceGoogleCloudLoggingConfigurationCreate
Input type: InstanceGoogleCloudLoggingConfigurationCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientEmail
|
String! |
Email address associated with the service account that will be used to authenticate and interact with the Google Cloud Logging service. This is part of the IAM credentials. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
googleProjectIdName
|
String! |
Unique identifier of the Google Cloud project to which the logging configuration belongs. |
logIdName
|
String |
Unique identifier used to distinguish and manage different logs within the same Google Cloud project.(defaults to audit_events). |
name
|
String |
Destination name. |
privateKey
|
String! |
Private Key associated with the service account. This key is used to authenticate the service account and authorize it to interact with the Google Cloud Logging service. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
instanceGoogleCloudLoggingConfiguration
|
InstanceGoogleCloudLoggingConfigurationType |
configuration created. |
Mutation.instanceGoogleCloudLoggingConfigurationDestroy
Input type: InstanceGoogleCloudLoggingConfigurationDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
AuditEventsInstanceGoogleCloudLoggingConfigurationID! |
ID of the Google Cloud logging configuration to destroy. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.instanceGoogleCloudLoggingConfigurationUpdate
Input type: InstanceGoogleCloudLoggingConfigurationUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
active
|
Boolean |
Active status of the destination. |
clientEmail
|
String |
Email address associated with the service account that will be used to authenticate and interact with the Google Cloud Logging service. This is part of the IAM credentials. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
googleProjectIdName
|
String |
Unique identifier of the Google Cloud project to which the logging configuration belongs. |
id
|
AuditEventsInstanceGoogleCloudLoggingConfigurationID! |
ID of the instance google Cloud configuration to update. |
logIdName
|
String |
Unique identifier used to distinguish and manage different logs within the same Google Cloud project. |
name
|
String |
Destination name. |
privateKey
|
String |
Private Key associated with the service account. This key is used to authenticate the service account and authorize it to interact with the Google Cloud Logging service. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
instanceGoogleCloudLoggingConfiguration
|
InstanceGoogleCloudLoggingConfigurationType |
configuration updated. |
Mutation.integrationExclusionCreate
Introduced in GitLab 17.0. Status: Experiment.
Input type: IntegrationExclusionCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
groupIds
|
[GroupID!] |
IDs of groups to exclude up to a maximum of 100. |
integrationName
|
IntegrationType! |
Type of integration to exclude. |
projectIds
|
[ProjectID!] |
IDs of projects to exclude up to a maximum of 100. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
exclusions
|
[IntegrationExclusion!] |
Integration exclusions created by the mutation. |
Mutation.integrationExclusionDelete
Introduced in GitLab 17.0. Status: Experiment.
Input type: IntegrationExclusionDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
groupIds
|
[GroupID!] |
IDs of excluded groups. |
integrationName
|
IntegrationType! |
Type of integration. |
projectIds
|
[ProjectID!] |
IDs of excluded projects. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
exclusions
|
[IntegrationExclusion!] |
Project no longer excluded due to the mutation. |
Mutation.issuableResourceLinkCreate
Input type: IssuableResourceLinkCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
IssueID! |
Incident id to associate the resource link with. |
link
|
String! |
Link of the resource. |
linkText
|
String |
Link text of the resource. |
linkType
|
IssuableResourceLinkType |
Link type of the resource. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issuableResourceLink
|
IssuableResourceLink |
Issuable resource link. |
Mutation.issuableResourceLinkDestroy
Input type: IssuableResourceLinkDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
IncidentManagementIssuableResourceLinkID! |
Issuable resource link ID to remove. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issuableResourceLink
|
IssuableResourceLink |
Issuable resource link. |
Mutation.issueLinkAlerts
Input type: IssueLinkAlertsInput
Arguments
| Name | Type | Description |
|---|---|---|
alertReferences
|
[String!]! |
Alerts references to be linked to the incident. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
iid
|
String! |
IID of the issue to mutate. |
projectPath
|
ID! |
Project the issue to mutate is in. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issue
|
Issue |
Issue after mutation. |
Mutation.issueMove
Input type: IssueMoveInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
iid
|
String! |
IID of the issue to mutate. |
projectPath
|
ID! |
Project the issue to mutate is in. |
targetProjectPath
|
ID! |
Project to move the issue to. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issue
|
Issue |
Issue after mutation. |
Mutation.issueMoveList
Input type: IssueMoveListInput
Arguments
| Name | Type | Description |
|---|---|---|
boardId
|
BoardID! |
Global ID of the board that the issue is in. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
epicId {warning-solid}
|
EpicID |
Deprecated: This will be replaced by WorkItem hierarchyWidget. Deprecated in GitLab 17.5. |
fromListId
|
ID |
ID of the board list that the issue will be moved from. |
iid
|
String! |
IID of the issue to mutate. |
moveAfterId
|
ID |
ID of issue that should be placed after the current issue. |
moveBeforeId
|
ID |
ID of issue that should be placed before the current issue. |
positionInList
|
Int |
Position of issue within the board list. Positions start at 0. Use -1 to move to the end of the list. |
projectPath
|
ID! |
Project the issue to mutate is in. |
toListId
|
ID |
ID of the board list that the issue will be moved to. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issue
|
Issue |
Issue after mutation. |
Mutation.issueSetAssignees
Input type: IssueSetAssigneesInput
Arguments
| Name | Type | Description |
|---|---|---|
assigneeUsernames
|
[String!]! |
Usernames to assign to the resource. Replaces existing assignees by default. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
iid
|
String! |
IID of the issue to mutate. |
operationMode
|
MutationOperationMode |
Operation to perform. Defaults to REPLACE. |
projectPath
|
ID! |
Project the issue to mutate is in. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issue
|
Issue |
Issue after mutation. |
Mutation.issueSetConfidential
Input type: IssueSetConfidentialInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
confidential
|
Boolean! |
Whether or not to set the issue as a confidential. |
iid
|
String! |
IID of the issue to mutate. |
projectPath
|
ID! |
Project the issue to mutate is in. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issue
|
Issue |
Issue after mutation. |
Mutation.issueSetCrmContacts
Input type: IssueSetCrmContactsInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
contactIds
|
[CustomerRelationsContactID!]! |
Customer relations contact IDs to set. Replaces existing contacts by default. |
iid
|
String! |
IID of the issue to mutate. |
operationMode
|
MutationOperationMode |
Changes the operation mode. Defaults to REPLACE. |
projectPath
|
ID! |
Project the issue to mutate is in. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issue
|
Issue |
Issue after mutation. |
Mutation.issueSetDueDate
Input type: IssueSetDueDateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
dueDate
|
Time |
Desired due date for the issue. Due date is removed if null. |
iid
|
String! |
IID of the issue to mutate. |
projectPath
|
ID! |
Project the issue to mutate is in. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issue
|
Issue |
Issue after mutation. |
Mutation.issueSetEpic
Deprecated in GitLab 17.5. Replaced by WorkItem type.
Input type: IssueSetEpicInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
epicId {warning-solid}
|
EpicID |
Deprecated: This will be replaced by WorkItem hierarchyWidget. Deprecated in GitLab 17.5. |
iid
|
String! |
IID of the issue to mutate. |
projectPath
|
ID! |
Project the issue to mutate is in. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issue
|
Issue |
Issue after mutation. |
Mutation.issueSetEscalationPolicy
Input type: IssueSetEscalationPolicyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
escalationPolicyId
|
IncidentManagementEscalationPolicyID |
Global ID of the escalation policy to assign to the issue. Policy will be removed if absent or set to null. |
iid
|
String! |
IID of the issue to mutate. |
projectPath
|
ID! |
Project the issue to mutate is in. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issue
|
Issue |
Issue after mutation. |
Mutation.issueSetEscalationStatus
Input type: IssueSetEscalationStatusInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
iid
|
String! |
IID of the issue to mutate. |
projectPath
|
ID! |
Project the issue to mutate is in. |
status
|
IssueEscalationStatus! |
Set the escalation status. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issue
|
Issue |
Issue after mutation. |
Mutation.issueSetIteration
Input type: IssueSetIterationInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
iid
|
String! |
IID of the issue to mutate. |
iterationId
|
IterationID |
Iteration to assign to the issue. |
projectPath
|
ID! |
Project the issue to mutate is in. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issue
|
Issue |
Issue after mutation. |
Mutation.issueSetLocked
Input type: IssueSetLockedInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
iid
|
String! |
IID of the issue to mutate. |
locked
|
Boolean! |
Whether or not to lock discussion on the issue. |
projectPath
|
ID! |
Project the issue to mutate is in. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issue
|
Issue |
Issue after mutation. |
Mutation.issueSetSeverity
Input type: IssueSetSeverityInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
iid
|
String! |
IID of the issue to mutate. |
projectPath
|
ID! |
Project the issue to mutate is in. |
severity
|
IssuableSeverity! |
Set the incident severity level. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issue
|
Issue |
Issue after mutation. |
Mutation.issueSetSubscription
Input type: IssueSetSubscriptionInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
iid
|
String! |
IID of the issue to mutate. |
projectPath
|
ID! |
Project the issue to mutate is in. |
subscribedState
|
Boolean! |
Desired state of the subscription. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issue
|
Issue |
Issue after mutation. |
Mutation.issueSetWeight
Input type: IssueSetWeightInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
iid
|
String! |
IID of the issue to mutate. |
projectPath
|
ID! |
Project the issue to mutate is in. |
weight
|
Int |
The desired weight for the issue. If set to null, weight is removed. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issue
|
Issue |
Issue after mutation. |
Mutation.issueUnlinkAlert
Input type: IssueUnlinkAlertInput
Arguments
| Name | Type | Description |
|---|---|---|
alertId
|
AlertManagementAlertID! |
Global ID of the alert to unlink from the incident. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
iid
|
String! |
IID of the issue to mutate. |
projectPath
|
ID! |
Project the issue to mutate is in. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issue
|
Issue |
Issue after mutation. |
Mutation.iterationCadenceCreate
Input type: IterationCadenceCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
active
|
Boolean! |
Whether the iteration cadence is active. |
automatic
|
Boolean! |
Whether the iteration cadence should automatically generate upcoming iterations. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the iteration cadence. Maximum length is 5000 characters. |
durationInWeeks
|
Int |
Duration in weeks of the iterations within the cadence. |
groupPath
|
ID! |
Group where the iteration cadence is created. |
iterationsInAdvance
|
Int |
Upcoming iterations to be created when iteration cadence is set to automatic. |
rollOver
|
Boolean |
Whether the iteration cadence should roll over issues to the next iteration or not. |
startDate
|
Time |
Timestamp of the automation start date. |
title
|
String |
Title of the iteration cadence. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
iterationCadence
|
IterationCadence |
Created iteration cadence. |
Mutation.iterationCadenceDestroy
Input type: IterationCadenceDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
IterationsCadenceID! |
Global ID of the iteration cadence. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
group
|
Group! |
Group the iteration cadence belongs to. |
Mutation.iterationCadenceUpdate
Input type: IterationCadenceUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
active
|
Boolean |
Whether the iteration cadence is active. |
automatic
|
Boolean |
Whether the iteration cadence should automatically generate upcoming iterations. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the iteration cadence. Maximum length is 5000 characters. |
durationInWeeks
|
Int |
Duration in weeks of the iterations within the cadence. |
id
|
IterationsCadenceID! |
Global ID of the iteration cadence. |
iterationsInAdvance
|
Int |
Upcoming iterations to be created when iteration cadence is set to automatic. |
rollOver
|
Boolean |
Whether the iteration cadence should roll over issues to the next iteration or not. |
startDate
|
Time |
Timestamp of the automation start date. |
title
|
String |
Title of the iteration cadence. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
iterationCadence
|
IterationCadence |
Updated iteration cadence. |
Mutation.iterationCreate
Input type: iterationCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the iteration. |
dueDate
|
String |
End date of the iteration. |
groupPath
|
ID |
Full path of the group with which the resource is associated. |
iterationsCadenceId
|
IterationsCadenceID |
Global ID of the iteration cadence to be assigned to the new iteration. |
projectPath
|
ID |
Full path of the project with which the resource is associated. |
startDate
|
String |
Start date of the iteration. |
title
|
String |
Title of the iteration. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
iteration
|
Iteration |
Created iteration. |
Mutation.iterationDelete
Input type: IterationDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
IterationID! |
ID of the iteration. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
group
|
Group! |
Group the iteration belongs to. |
Mutation.jiraImportStart
Input type: JiraImportStartInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
jiraProjectKey
|
String! |
Project key of the importer Jira project. |
jiraProjectName {warning-solid}
|
String |
Deprecated: Argument is not used. Deprecated in GitLab 17.4. |
projectPath
|
ID! |
Project to import the Jira project into. |
usersMapping
|
[JiraUsersMappingInputType!] |
Mapping of Jira to GitLab users. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
jiraImport
|
JiraImport |
Jira import data after mutation. |
Mutation.jiraImportUsers
Input type: JiraImportUsersInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
projectPath
|
ID! |
Project to import the Jira users into. |
startAt
|
Int |
Index of the record the import should started at, default 0 (50 records returned). |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
jiraUsers
|
[JiraUser!] |
Users returned from Jira, matched by email and name if possible. |
Mutation.jobArtifactsDestroy
Input type: JobArtifactsDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
CiBuildID! |
ID of the job to mutate. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
destroyedArtifactsCount
|
Int! |
Number of artifacts deleted. |
errors
|
[String!]! |
Errors encountered during the mutation. |
job
|
CiJob |
Job with artifacts to be deleted. |
Mutation.jobCancel
Input type: JobCancelInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
CiBuildID! |
ID of the job to mutate. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
job
|
CiJob |
Job after the mutation. |
Mutation.jobPlay
Input type: JobPlayInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
CiProcessableID! |
ID of the job to mutate. |
variables
|
[CiVariableInput!] |
Variables to use when playing a manual job. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
job
|
CiJob |
Job after the mutation. |
Mutation.jobRetry
Input type: JobRetryInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
CiProcessableID! |
ID of the job to mutate. |
variables
|
[CiVariableInput!] |
Variables to use when retrying a manual job. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
job
|
CiJob |
Job after the mutation. |
Mutation.jobUnschedule
Input type: JobUnscheduleInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
CiBuildID! |
ID of the job to mutate. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
job
|
CiJob |
Job after the mutation. |
Mutation.labelCreate
Input type: LabelCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
color
|
String |
The color of the label given in 6-digit hex notation with leading '#' sign (for example, #FFAABB) or one of the CSS color names. |
description
|
String |
Description of the label. |
groupPath
|
ID |
Full path of the group with which the resource is associated. |
projectPath
|
ID |
Full path of the project with which the resource is associated. |
title
|
String! |
Title of the label. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
label
|
Label |
Label after mutation. |
Mutation.ldapAdminRoleLinkCreate
Creates an instance-level custom admin role LDAP link.
Introduced in GitLab 17.11. Status: Experiment.
Input type: LdapAdminRoleLinkCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
adminMemberRoleId
|
MemberRoleID! |
Global ID of the custom admin role to be assigned to a user. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
cn
|
String |
Common Name (CN) of the LDAP group. |
filter
|
String |
Search filter for the LDAP group. |
provider
|
String! |
LDAP provider for the LDAP link. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
ldapAdminRoleLink
|
LdapAdminRoleLink |
Created instance-level LDAP link. |
Mutation.ldapAdminRoleLinkDestroy
Destroys an instance-level custom admin role LDAP link.
Introduced in GitLab 18.0. Status: Experiment.
Input type: LdapAdminRoleLinkDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
AuthzLdapAdminRoleLinkID! |
Global ID of the instance-level LDAP link to delete. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
ldapAdminRoleLink
|
LdapAdminRoleLink |
Deleted instance-level LDAP link. |
Mutation.lifecycleUpdate
Introduced in GitLab 18.1. Status: Experiment.
Input type: LifecycleUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
defaultClosedStatusIndex
|
Int |
Index of the default closed status in the statuses array. |
defaultDuplicateStatusIndex
|
Int |
Index of the default duplicated status in the statuses array. |
defaultOpenStatusIndex
|
Int |
Index of the default open status in the statuses array. |
id
|
WorkItemsStatusesLifecycleID! |
Global ID of the lifecycle to be updated. |
namespacePath
|
ID! |
Namespace path where the lifecycle exists. |
statuses
|
[WorkItemStatusInput!] |
Statuses of the lifecycle. Can be existing (with id) or new (without id). |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
lifecycle
|
WorkItemLifecycle |
Lifecycle updated. |
Mutation.markAsSpamSnippet
Input type: MarkAsSpamSnippetInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
SnippetID! |
Global ID of the snippet to update. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
snippet
|
Snippet |
Snippet after mutation. |
Mutation.mavenUpstreamCreate
Introduced in GitLab 18.2. Status: Experiment.
Input type: MavenUpstreamCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
cacheValidityHours
|
Int! |
Cache validity period. Defaults to 24 hours. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the upstream registry. |
id
|
VirtualRegistriesPackagesMavenRegistryID! |
ID of the upstream registry. |
name
|
String! |
Name of upstream registry. |
password
|
String |
Password of the upstream registry. |
url
|
String! |
URL of the upstream registry. |
username
|
String |
Username of the upstream registry. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
upstream
|
MavenUpstream |
Maven upstream after the mutation. |
Mutation.memberRoleAdminCreate
Introduced in GitLab 17.7. Status: Experiment.
Input type: MemberRoleAdminCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the member role. |
name
|
String |
Name of the member role. |
permissions
|
[MemberRoleAdminPermission!] |
List of all customizable admin permissions. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
memberRole
|
AdminMemberRole |
Member role. |
Mutation.memberRoleAdminDelete
Introduced in GitLab 17.10. Status: Experiment.
Input type: MemberRoleAdminDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
MemberRoleID! |
ID of the admin member role to delete. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
memberRole
|
MemberRole |
Deleted admin member role. |
Mutation.memberRoleAdminUpdate
Introduced in GitLab 17.10. Status: Experiment.
Input type: MemberRoleAdminUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the member role. |
id
|
MemberRoleID! |
ID of the member role to mutate. |
name
|
String |
Name of the member role. |
permissions
|
[MemberRoleAdminPermission!] |
List of all customizable admin permissions. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
memberRole
|
AdminMemberRole |
Member role. |
Mutation.memberRoleCreate
Introduced in GitLab 16.5. Status: Experiment.
Input type: MemberRoleCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
baseAccessLevel
|
MemberRolesAccessLevel! |
Base access level for the custom role. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the member role. |
groupPath
|
ID |
Group the member role to mutate is in. Required for SaaS. |
name
|
String |
Name of the member role. |
permissions
|
[MemberRolePermission!] |
List of all customizable permissions. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
memberRole
|
MemberRole |
Member role. |
Mutation.memberRoleDelete
Introduced in GitLab 16.7. Status: Experiment.
Input type: MemberRoleDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
MemberRoleID! |
ID of the member role to delete. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
memberRole
|
MemberRole |
Deleted member role. |
Mutation.memberRoleToUserAssign
Introduced in GitLab 17.7. Status: Experiment.
Input type: MemberRoleToUserAssignInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
memberRoleId
|
MemberRoleID |
Global ID of the custom role to be assigned to a user. Admin roles will be unassigned from the user if omitted or set as NULL. |
userId
|
UserID! |
Global ID of the user to be assigned to a custom role. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
userMemberRole
|
UserMemberRole |
Created user member role or nil if the relation was deleted. |
Mutation.memberRoleUpdate
Input type: MemberRoleUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the member role. |
id
|
MemberRoleID! |
ID of the member role to mutate. |
name
|
String |
Name of the member role. |
permissions
|
[MemberRolePermission!] |
List of all customizable permissions. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
memberRole
|
MemberRole |
Member role. |
Mutation.mergeRequestAccept
Accepts a merge request. When accepted, the source branch will be scheduled to merge into the target branch, either immediately if possible, or using one of the automatic merge strategies.
In GitLab 16.5, the merging happens asynchronously.
This results in mergeRequest and state not updating after a mutation request,
because the merging may not have happened yet.
Input type: MergeRequestAcceptInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
commitMessage
|
String |
Custom merge commit message. |
iid
|
String! |
IID of the merge request to mutate. |
projectPath
|
ID! |
Project the merge request to mutate is in. |
sha
|
String! |
HEAD SHA at the time when the merge was requested. |
shouldRemoveSourceBranch
|
Boolean |
Should the source branch be removed. |
squash
|
Boolean |
Squash commits on the source branch before merge. |
squashCommitMessage
|
String |
Custom squash commit message (if squash is true). |
strategy
|
MergeStrategyEnum |
How to merge the merge request. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
mergeRequest
|
MergeRequest |
Merge request after mutation. |
Mutation.mergeRequestCreate
Input type: MergeRequestCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the merge request (Markdown rendered as HTML for caching). |
labels
|
[String!] |
Labels of the merge request. |
mergeAfter
|
Time |
Date after which the merge request can be merged. |
projectPath
|
ID! |
Project full path the merge request is associated with. |
sourceBranch
|
String! |
Source branch of the merge request. |
targetBranch
|
String! |
Target branch of the merge request. |
title
|
String! |
Title of the merge request. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
mergeRequest
|
MergeRequest |
Merge request after mutation. |
Mutation.mergeRequestDestroyRequestedChanges
Input type: MergeRequestDestroyRequestedChangesInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
iid
|
String! |
IID of the merge request to mutate. |
projectPath
|
ID! |
Project the merge request to mutate is in. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
mergeRequest
|
MergeRequest |
Merge request after mutation. |
Mutation.mergeRequestReviewerRereview
Input type: MergeRequestReviewerRereviewInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
iid
|
String! |
IID of the merge request to mutate. |
projectPath
|
ID! |
Project the merge request to mutate is in. |
userId
|
UserID! |
User ID for the user that has been requested for a new review. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
mergeRequest
|
MergeRequest |
Merge request after mutation. |
Mutation.mergeRequestSetAssignees
Input type: MergeRequestSetAssigneesInput
Arguments
| Name | Type | Description |
|---|---|---|
assigneeUsernames
|
[String!]! |
Usernames to assign to the resource. Replaces existing assignees by default. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
iid
|
String! |
IID of the merge request to mutate. |
operationMode
|
MutationOperationMode |
Operation to perform. Defaults to REPLACE. |
projectPath
|
ID! |
Project the merge request to mutate is in. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
mergeRequest
|
MergeRequest |
Merge request after mutation. |
Mutation.mergeRequestSetDraft
Input type: MergeRequestSetDraftInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
draft
|
Boolean! |
Whether or not to set the merge request as a draft. |
iid
|
String! |
IID of the merge request to mutate. |
projectPath
|
ID! |
Project the merge request to mutate is in. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
mergeRequest
|
MergeRequest |
Merge request after mutation. |
Mutation.mergeRequestSetLabels
Input type: MergeRequestSetLabelsInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
iid
|
String! |
IID of the merge request to mutate. |
labelIds
|
[LabelID!]! |
Label IDs to set. Replaces existing labels by default. |
operationMode
|
MutationOperationMode |
Changes the operation mode. Defaults to REPLACE. |
projectPath
|
ID! |
Project the merge request to mutate is in. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
mergeRequest
|
MergeRequest |
Merge request after mutation. |
Mutation.mergeRequestSetLocked
Input type: MergeRequestSetLockedInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
iid
|
String! |
IID of the merge request to mutate. |
locked
|
Boolean! |
Whether or not to lock the merge request. |
projectPath
|
ID! |
Project the merge request to mutate is in. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
mergeRequest
|
MergeRequest |
Merge request after mutation. |
Mutation.mergeRequestSetMilestone
Input type: MergeRequestSetMilestoneInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
iid
|
String! |
IID of the merge request to mutate. |
milestoneId
|
MilestoneID |
Milestone to assign to the merge request. |
projectPath
|
ID! |
Project the merge request to mutate is in. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
mergeRequest
|
MergeRequest |
Merge request after mutation. |
Mutation.mergeRequestSetReviewers
Input type: MergeRequestSetReviewersInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
iid
|
String! |
IID of the merge request to mutate. |
operationMode
|
MutationOperationMode |
Operation to perform. Defaults to REPLACE. |
projectPath
|
ID! |
Project the merge request to mutate is in. |
reviewerUsernames
|
[String!]! |
Usernames of reviewers to assign. Replaces existing reviewers by default. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
mergeRequest
|
MergeRequest |
Merge request after mutation. |
Mutation.mergeRequestSetSubscription
Input type: MergeRequestSetSubscriptionInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
iid
|
String! |
IID of the merge request to mutate. |
projectPath
|
ID! |
Project the merge request to mutate is in. |
subscribedState
|
Boolean! |
Desired state of the subscription. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
mergeRequest
|
MergeRequest |
Merge request after mutation. |
Mutation.mergeRequestUpdate
Update attributes of a merge request.
Input type: MergeRequestUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the merge request (Markdown rendered as HTML for caching). |
iid
|
String! |
IID of the merge request to mutate. |
mergeAfter
|
Time |
Date after which the merge request can be merged. |
overrideRequestedChanges
|
Boolean |
Override all requested changes. Can only be set by users who have permissionto merge this merge request. |
projectPath
|
ID! |
Project the merge request to mutate is in. |
state
|
MergeRequestNewState |
Action to perform to change the state. |
targetBranch
|
String |
Target branch of the merge request. |
timeEstimate
|
String |
Estimated time to complete the merge request. Use null or 0 to remove the current estimate. |
title
|
String |
Title of the merge request. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
mergeRequest
|
MergeRequest |
Merge request after mutation. |
Mutation.mergeRequestUpdateApprovalRule
Input type: MergeRequestUpdateApprovalRuleInput
Arguments
| Name | Type | Description |
|---|---|---|
approvalRuleId
|
Int! |
ID of an approval rule. |
approvalsRequired
|
Int! |
Number of required approvals for a given rule. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
groupIds
|
[String!] |
IDs of groups as approvers. |
iid
|
String! |
IID of the merge request to mutate. |
name
|
String! |
Name of the approval rule. |
projectPath
|
ID! |
Project the merge request to mutate is in. |
removeHiddenGroups
|
Boolean |
Whether hidden groups should be removed. |
userIds
|
[String!] |
IDs of users as approvers. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
mergeRequest
|
MergeRequest |
Merge request after mutation. |
Mutation.mergeTrainsDeleteCar
Introduced in GitLab 17.2. Status: Experiment.
Input type: MergeTrainsDeleteCarInput
Arguments
| Name | Type | Description |
|---|---|---|
carId
|
MergeTrainsCarID! |
Global ID of the car. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.mlModelCreate
Introduced in GitLab 16.8. Status: Experiment.
Input type: MlModelCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the model. |
name
|
String! |
Name of the model. |
projectPath
|
ID! |
Project the model to mutate is in. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
model
|
MlModel |
Model after mutation. |
Mutation.mlModelDelete
Introduced in GitLab 17.0. Status: Experiment.
Input type: MlModelDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
MlModelID! |
Global ID of the model to be deleted. |
projectPath
|
ID! |
Project the model to mutate is in. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
model
|
MlModel |
Model after mutation. |
Mutation.mlModelDestroy
Introduced in GitLab 16.10. Status: Experiment.
Input type: MlModelDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
MlModelID! |
Global ID of the model to be deleted. |
projectPath
|
ID! |
Project the model to mutate is in. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
message
|
String |
Model deletion result message. |
model
|
MlModel |
Model after mutation. |
Mutation.mlModelEdit
Introduced in GitLab 17.3. Status: Experiment.
Input type: MlModelEditInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the model. |
modelId
|
Int |
Id of the model. |
name
|
String! |
Name of the model. |
projectPath
|
ID! |
Project the model to mutate is in. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
model
|
MlModel |
Model after mutation. |
Mutation.mlModelVersionCreate
Introduced in GitLab 17.1. Status: Experiment.
Input type: MlModelVersionCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
candidateId
|
MlCandidateID |
Global ID of a candidate to promote optionally. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the model version. |
modelId
|
MlModelID! |
Global ID of the model the version belongs to. |
projectPath
|
ID! |
Project the model to mutate is in. |
version
|
String |
Model version. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
modelVersion
|
MlModelVersion |
Model after mutation. |
Mutation.mlModelVersionDelete
Introduced in GitLab 17.0. Status: Experiment.
Input type: MlModelVersionDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
MlModelVersionID! |
Global ID of the model version to be deleted. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
modelVersion
|
MlModelVersion |
Deleted model version. |
Mutation.mlModelVersionEdit
Introduced in GitLab 17.4. Status: Experiment.
Input type: MlModelVersionEditInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String! |
Description of the model version. |
modelId
|
MlModelID! |
Global ID of the model the version belongs to. |
projectPath
|
ID! |
Project the model to mutate is in. |
version
|
String! |
Model version. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
modelVersion
|
MlModelVersion |
Model after mutation. |
Mutation.namespaceBanDestroy
Input type: NamespaceBanDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
NamespacesNamespaceBanID! |
Global ID of the namespace ban to remove. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
namespaceBan
|
NamespaceBan |
Namespace Ban. |
Mutation.namespaceCiCdSettingsUpdate
Input type: NamespaceCiCdSettingsUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
allowStaleRunnerPruning
|
Boolean |
Indicates if stale runners directly belonging to the namespace should be periodically pruned. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
fullPath
|
ID! |
Full path of the namespace the settings belong to. |
Fields
| Name | Type | Description |
|---|---|---|
ciCdSettings
|
NamespaceCiCdSetting! |
CI/CD settings after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.namespaceCreateRemoteDevelopmentClusterAgentMapping
Input type: NamespaceCreateRemoteDevelopmentClusterAgentMappingInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
clusterAgentId
|
ClustersAgentID! |
GlobalID of the cluster agent to be associated with the namespace. |
namespaceId
|
NamespaceID! |
GlobalID of the namespace to be associated with the cluster agent. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
namespaceClusterAgentMapping {warning-solid}
|
NamespaceClusterAgentMapping |
Deprecated: Status: Experiment. Introduced in GitLab 17.10. |
Mutation.namespaceDeleteRemoteDevelopmentClusterAgentMapping
Input type: NamespaceDeleteRemoteDevelopmentClusterAgentMappingInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
clusterAgentId
|
ClustersAgentID! |
GlobalID of the cluster agent to be un-associated from the namespace. |
namespaceId
|
NamespaceID! |
GlobalID of the namespace to be un-associated from the cluster agent. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
namespaceClusterAgentMapping {warning-solid}
|
NamespaceClusterAgentMapping |
Deprecated: Status: Experiment. Introduced in GitLab 17.11. |
Mutation.namespaceSettingsUpdate
Introduced in GitLab 17.9. Status: Experiment.
Input type: NamespaceSettingsUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
fullPath
|
ID! |
Full path of the namespace the settings belong to. |
pipelineVariablesDefaultRole
|
PipelineVariablesDefaultRoleType |
Indicates the default minimum role required to override pipeline variables in the namespace. |
Fields
| Name | Type | Description |
|---|---|---|
ciCdSettings
|
CiCdSettings! |
Namespace CI/CD settings after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.namespacesRegenerateNewWorkItemEmailAddress
Introduced in GitLab 18.2. Status: Experiment.
Input type: NamespacesRegenerateNewWorkItemEmailAddressInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
fullPath
|
ID! |
Full path of the namespace to regenerate the new work item email address for. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
namespace
|
Namespace |
Namespace after regenerating the new work item email address. |
Mutation.noteConvertToThread
Convert a standard comment to a resolvable thread.
Input type: NoteConvertToThreadInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
NoteID! |
Global ID of the Note to convert. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
note
|
Note |
Note after mutation. |
quickActionsStatus
|
QuickActionsStatus |
Status of quick actions after mutation. |
Mutation.oncallRotationCreate
Input type: OncallRotationCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
activePeriod
|
OncallRotationActivePeriodInputType |
Active period of time that the on-call rotation should take place. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
endsAt
|
OncallRotationDateInputType |
End date and time of the on-call rotation, in the timezone of the on-call schedule. |
name
|
String! |
Name of the on-call rotation. |
participants
|
[OncallUserInputType!]! |
Usernames of users participating in the on-call rotation. A maximum limit of 100 participants applies. |
projectPath
|
ID! |
Project to create the on-call schedule in. |
rotationLength
|
OncallRotationLengthInputType! |
Rotation length of the on-call rotation. |
scheduleIid
|
String! |
IID of the on-call schedule to create the on-call rotation in. |
startsAt
|
OncallRotationDateInputType! |
Start date and time of the on-call rotation, in the timezone of the on-call schedule. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
oncallRotation
|
IncidentManagementOncallRotation |
On-call rotation. |
Mutation.oncallRotationDestroy
Input type: OncallRotationDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
IncidentManagementOncallRotationID! |
ID of the on-call rotation to remove. |
projectPath
|
ID! |
Project to remove the on-call schedule from. |
scheduleIid
|
String! |
IID of the on-call schedule to the on-call rotation belongs to. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
oncallRotation
|
IncidentManagementOncallRotation |
On-call rotation. |
Mutation.oncallRotationUpdate
Input type: OncallRotationUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
activePeriod
|
OncallRotationActivePeriodInputType |
Active period of time that the on-call rotation should take place. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
endsAt
|
OncallRotationDateInputType |
End date and time of the on-call rotation, in the timezone of the on-call schedule. |
id
|
IncidentManagementOncallRotationID! |
ID of the on-call schedule to create the on-call rotation in. |
name
|
String |
Name of the on-call rotation. |
participants
|
[OncallUserInputType!] |
Usernames of users participating in the on-call rotation. A maximum limit of 100 participants applies. |
rotationLength
|
OncallRotationLengthInputType |
Rotation length of the on-call rotation. |
startsAt
|
OncallRotationDateInputType |
Start date and time of the on-call rotation, in the timezone of the on-call schedule. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
oncallRotation
|
IncidentManagementOncallRotation |
On-call rotation. |
Mutation.oncallScheduleCreate
Input type: OncallScheduleCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the on-call schedule. |
name
|
String! |
Name of the on-call schedule. |
projectPath
|
ID! |
Project to create the on-call schedule in. |
timezone
|
String! |
Timezone of the on-call schedule. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
oncallSchedule
|
IncidentManagementOncallSchedule |
On-call schedule. |
Mutation.oncallScheduleDestroy
Input type: OncallScheduleDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
iid
|
String! |
On-call schedule internal ID to remove. |
projectPath
|
ID! |
Project to remove the on-call schedule from. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
oncallSchedule
|
IncidentManagementOncallSchedule |
On-call schedule. |
Mutation.oncallScheduleUpdate
Input type: OncallScheduleUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the on-call schedule. |
iid
|
String! |
On-call schedule internal ID to update. |
name
|
String |
Name of the on-call schedule. |
projectPath
|
ID! |
Project to update the on-call schedule in. |
timezone
|
String |
Timezone of the on-call schedule. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
oncallSchedule
|
IncidentManagementOncallSchedule |
On-call schedule. |
Mutation.organizationCreate
Introduced in GitLab 16.6. Status: Experiment.
Input type: OrganizationCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
avatar
|
Upload |
Avatar for the organization. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the organization. |
name
|
String! |
Name for the organization. |
path
|
String! |
Path for the organization. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
organization
|
Organization |
Organization after mutation. |
Mutation.organizationCreateClusterAgentMapping
Introduced in GitLab 17.11. Status: Experiment.
Input type: OrganizationCreateClusterAgentMappingInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
clusterAgentId
|
ClustersAgentID! |
GlobalID of the cluster agent to be associated with the organization. |
organizationId
|
OrganizationsOrganizationID! |
GlobalID of the organization to be associated with the cluster agent. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.organizationDeleteClusterAgentMapping
Introduced in GitLab 17.11. Status: Experiment.
Input type: OrganizationDeleteClusterAgentMappingInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
clusterAgentId
|
ClustersAgentID! |
GlobalID of the cluster agent to be dissociated with the organization. |
organizationId
|
OrganizationsOrganizationID! |
GlobalID of the organization to be dissociated with the cluster agent. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.organizationUpdate
Introduced in GitLab 16.7. Status: Experiment.
Input type: OrganizationUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
avatar
|
Upload |
Avatar for the organization. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the organization. |
id
|
OrganizationsOrganizationID! |
ID of the organization to mutate. |
name
|
String |
Name for the organization. |
path
|
String |
Path for the organization. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
organization
|
Organization |
Organization after mutation. |
Mutation.organizationUserUpdate
Introduced in GitLab 17.5. Status: Experiment.
Input type: OrganizationUserUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
accessLevel
|
OrganizationUserAccessLevel! |
Access level to update the organization user to. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
OrganizationsOrganizationUserID! |
ID of the organization user to mutate. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
organizationUser {warning-solid}
|
OrganizationUser |
Deprecated: Status: Experiment. Introduced in GitLab 17.5. |
Mutation.pagesMarkOnboardingComplete
Input type: PagesMarkOnboardingCompleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
projectPath
|
ID! |
Full path of the project. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
onboardingComplete
|
Boolean! |
Indicates the new onboarding_complete state of the project's Pages metadata. |
Mutation.pipelineCancel
Input type: PipelineCancelInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
CiPipelineID! |
ID of the pipeline to mutate. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.pipelineCreate
Input type: PipelineCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
async {warning-solid}
|
Boolean |
Deprecated: Status: Experiment. Introduced in GitLab 17.8. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
inputs {warning-solid}
|
[CiInputsInput!] |
Deprecated: Status: Experiment. Introduced in GitLab 17.10. |
projectPath
|
ID! |
Full path of the project that is triggering the pipeline. |
ref
|
String! |
Ref on which to run the pipeline. |
variables
|
[CiVariableInput!] |
Variables for the pipeline. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
pipeline
|
Pipeline |
Pipeline created after mutation. Null if async: true. |
requestId {warning-solid}
|
String |
Deprecated: Status: Experiment. Introduced in GitLab 17.8. |
Mutation.pipelineDestroy
Input type: PipelineDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
CiPipelineID! |
ID of the pipeline to mutate. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.pipelineRetry
Input type: PipelineRetryInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
CiPipelineID! |
ID of the pipeline to mutate. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
pipeline
|
Pipeline |
Pipeline after mutation. |
Mutation.pipelineScheduleCreate
Input type: PipelineScheduleCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
active
|
Boolean |
Indicates if the pipeline schedule should be active or not. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
cron
|
String! |
Cron expression of the pipeline schedule. |
cronTimezone
|
String |
Cron time zone supported by ActiveSupport::TimeZone. For example: "Pacific Time (US & Canada)" (default: "UTC"). |
description
|
String! |
Description of the pipeline schedule. |
inputs {warning-solid}
|
[CiInputsInput!] |
Deprecated: Status: Experiment. Introduced in GitLab 17.10. |
projectPath
|
ID! |
Full path of the project the pipeline schedule is associated with. |
ref
|
String! |
Ref of the pipeline schedule. |
variables
|
[PipelineScheduleVariableInput!] |
Variables for the pipeline schedule. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
pipelineSchedule
|
PipelineSchedule |
Created pipeline schedule. |
Mutation.pipelineScheduleDelete
Input type: PipelineScheduleDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
CiPipelineScheduleID! |
ID of the pipeline schedule to mutate. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.pipelineSchedulePlay
Input type: PipelineSchedulePlayInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
CiPipelineScheduleID! |
ID of the pipeline schedule to mutate. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
pipelineSchedule
|
PipelineSchedule |
Pipeline schedule after mutation. |
Mutation.pipelineScheduleTakeOwnership
Input type: PipelineScheduleTakeOwnershipInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
CiPipelineScheduleID! |
ID of the pipeline schedule to mutate. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
pipelineSchedule
|
PipelineSchedule |
Updated pipeline schedule ownership. |
Mutation.pipelineScheduleUpdate
Input type: PipelineScheduleUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
active
|
Boolean |
Indicates if the pipeline schedule should be active or not. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
cron
|
String |
Cron expression of the pipeline schedule. |
cronTimezone
|
String |
Cron time zone supported by ActiveSupport::TimeZone. For example: "Pacific Time (US & Canada)" (default: "UTC"). |
description
|
String |
Description of the pipeline schedule. |
id
|
CiPipelineScheduleID! |
ID of the pipeline schedule to mutate. |
inputs {warning-solid}
|
[CiInputsInput!] |
Deprecated: Status: Experiment. Introduced in GitLab 17.11. |
ref
|
String |
Ref of the pipeline schedule. |
variables
|
[PipelineScheduleVariableInput!] |
Variables for the pipeline schedule. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
pipelineSchedule
|
PipelineSchedule |
Updated pipeline schedule. |
Mutation.pipelineTriggerCreate
Introduced in GitLab 16.3. Status: Experiment.
Input type: PipelineTriggerCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String! |
Description of the pipeline trigger token. |
expiresAt
|
Time |
Timestamp of when the pipeline trigger token expires. |
projectPath
|
ID! |
Full path of the project that the pipeline trigger token to mutate is in. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
pipelineTrigger
|
PipelineTrigger |
Mutated pipeline trigger token. |
Mutation.pipelineTriggerDelete
Introduced in GitLab 16.3. Status: Experiment.
Input type: PipelineTriggerDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
CiTriggerID! |
ID of the pipeline trigger token to delete. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.pipelineTriggerUpdate
Introduced in GitLab 16.3. Status: Experiment.
Input type: PipelineTriggerUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String! |
Description of the pipeline trigger token. |
id
|
CiTriggerID! |
ID of the pipeline trigger token to update. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
pipelineTrigger
|
PipelineTrigger |
Mutated pipeline trigger token. |
Mutation.processUserBillablePromotionRequest
Introduced in GitLab 17.2. Status: Experiment.
Input type: ProcessUserBillablePromotionRequestInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
status
|
MemberApprovalStatusType! |
Status for the member approval request (approved, denied, pending). |
userId
|
UserID! |
Global ID of user to be promoted. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
result
|
UserPromotionStatusType |
Status of the user promotion process (success, partial_success, failed). |
Mutation.productAnalyticsProjectSettingsUpdate
Input type: ProductAnalyticsProjectSettingsUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
cubeApiBaseUrl
|
String |
Base URL for the Cube API. |
cubeApiKey
|
String |
API key for the Cube API. |
fullPath
|
ID! |
Full path of the project the settings belong to. |
productAnalyticsConfiguratorConnectionString
|
String |
Connection string for the product analytics configurator. |
productAnalyticsDataCollectorHost
|
String |
Host for the product analytics data collector. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
cubeApiBaseUrl
|
String |
Base URL for the Cube API. |
cubeApiKey
|
String |
API key for the Cube API. |
errors
|
[String!]! |
Errors encountered during the mutation. |
productAnalyticsConfiguratorConnectionString
|
String |
Connection string for the product analytics configurator. |
productAnalyticsDataCollectorHost
|
String |
Host for the product analytics data collector. |
Mutation.projectBlobsRemove
Introduced in GitLab 17.1. Status: Experiment.
Input type: projectBlobsRemoveInput
Arguments
| Name | Type | Description |
|---|---|---|
blobOids
|
[String!]! |
List of blob oids. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
projectPath
|
ID! |
Full path of the project to replace. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.projectCiCdSettingsUpdate
Input type: ProjectCiCdSettingsUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
fullPath
|
ID! |
Full Path of the project the settings belong to. |
groupRunnersEnabled
|
Boolean |
Indicates whether group runners are enabled for the project. |
inboundJobTokenScopeEnabled
|
Boolean |
Indicates whether CI/CD job tokens generated in other projects have restricted access to this project. |
jobTokenScopeEnabled {warning-solid}
|
Boolean |
Deprecated: Outbound job token scope is being removed. This field can now only be set to false. Deprecated in GitLab 16.0. |
keepLatestArtifact
|
Boolean |
Indicates whether the latest artifact should be kept for the project. |
mergePipelinesEnabled
|
Boolean |
Indicates if merged results pipelines are enabled for the project. |
mergeTrainsEnabled
|
Boolean |
Indicates if merge trains are enabled for the project. |
mergeTrainsSkipTrainAllowed
|
Boolean |
Indicates whether an option is allowed to merge without refreshing the merge train. Ignored unless the merge_trains_skip_train feature flag is also enabled. |
pipelineVariablesMinimumOverrideRole
|
String |
Minimum role required to set variables when creating a pipeline or running a job. |
pushRepositoryForJobTokenAllowed
|
Boolean |
Indicates the ability to push to the original project repository using a job token. |
Fields
| Name | Type | Description |
|---|---|---|
ciCdSettings
|
ProjectCiCdSetting! |
CI/CD settings after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.projectInitializeProductAnalytics
Input type: ProjectInitializeProductAnalyticsInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
projectPath
|
ID! |
Full path of the project to initialize. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
project
|
Project |
Project on which the initialization took place. |
Mutation.projectMemberBulkUpdate
Updates multiple members of a project. To use this mutation, you must have at least the Maintainer role.
Input type: ProjectMemberBulkUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
accessLevel
|
MemberAccessLevel! |
Access level to update the members to. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
expiresAt
|
Time |
Date and time the membership expires. |
projectId
|
ProjectID! |
Global ID of the project. |
userIds
|
[UserID!]! |
Global IDs of the members. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
projectMembers
|
[ProjectMember!] |
Project members after mutation. |
Mutation.projectSavedReplyCreate
Introduced in GitLab 16.11. Status: Experiment.
Input type: ProjectSavedReplyCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
content
|
String! |
Content of the saved reply. |
name
|
String! |
Name of the saved reply. |
projectId
|
ProjectID! |
Project for the saved reply. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
savedReply
|
ProjectSavedReply |
Saved reply after mutation. |
Mutation.projectSavedReplyDestroy
Introduced in GitLab 16.11. Status: Experiment.
Input type: ProjectSavedReplyDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ProjectsSavedReplyID! |
Global ID of the project-level saved reply. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
savedReply
|
ProjectSavedReply |
Saved reply after mutation. |
Mutation.projectSavedReplyUpdate
Introduced in GitLab 16.11. Status: Experiment.
Input type: ProjectSavedReplyUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
content
|
String! |
Content of the saved reply. |
id
|
ProjectsSavedReplyID! |
Global ID of the project-level saved reply. |
name
|
String! |
Name of the saved reply. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
savedReply
|
ProjectSavedReply |
Saved reply after mutation. |
Mutation.projectSecretCreate
Input type: ProjectSecretCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
branch
|
String! |
Branches that can access the secret. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the project secret. |
environment
|
String! |
Environments that can access the secret. |
name
|
String! |
Name of the project secret. |
projectPath
|
ID! |
Project of the secret. |
secret
|
String! |
Value of the project secret. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
projectSecret
|
ProjectSecret |
Project secret. |
Mutation.projectSecretDelete
Input type: ProjectSecretDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
name
|
String! |
Name of the project secret. |
projectPath
|
ID! |
Project of the secret. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
projectSecret
|
ProjectSecret |
Deleted project secret. |
Mutation.projectSecretUpdate
Input type: ProjectSecretUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
branch
|
String |
New branches that can access the secret. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
New description of the project secret. |
environment
|
String |
New environments that can access the secret. |
metadataCas
|
Int |
This should match the current metadata version of the project secret being updated. |
name
|
String! |
Name of the project secret to update. |
projectPath
|
ID! |
Project of the secret. |
secret
|
String |
New value of the project secret. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
projectSecret
|
ProjectSecret |
Updated project secret. |
Mutation.projectSecretsManagerInitialize
Input type: ProjectSecretsManagerInitializeInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
projectPath
|
ID! |
Project of the secrets manager. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
projectSecretsManager
|
ProjectSecretsManager |
Project secrets manager. |
Mutation.projectSecurityExclusionCreate
Input type: ProjectSecurityExclusionCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
active
|
Boolean! |
Whether the exclusion is active. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Optional description for the exclusion. |
projectPath
|
ID! |
Full path of the project the exclusion will be associated with. |
scanner
|
ExclusionScannerEnum! |
Scanner to ignore values for based on the exclusion. |
type
|
ExclusionTypeEnum! |
Type of the exclusion. |
value
|
String! |
Value of the exclusion. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
securityExclusion
|
ProjectSecurityExclusion |
Project security exclusion created. |
Mutation.projectSecurityExclusionDelete
Input type: ProjectSecurityExclusionDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
SecurityProjectSecurityExclusionID! |
Global ID of the exclusion to be deleted. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.projectSecurityExclusionUpdate
Input type: ProjectSecurityExclusionUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
active
|
Boolean |
Whether the exclusion is active. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Optional description for the exclusion. |
id
|
SecurityProjectSecurityExclusionID! |
Global ID of the exclusion to be updated. |
scanner
|
ExclusionScannerEnum |
Scanner to ignore values for based on the exclusion. |
type
|
ExclusionTypeEnum |
Type of the exclusion. |
value
|
String |
Value of the exclusion. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
securityExclusion
|
ProjectSecurityExclusion |
Project security exclusion updated. |
Mutation.projectSetComplianceFramework
Assign (or unset) a compliance framework to a project. This mutation raises an error if the project has more than one compliance framework associated with it.
Deprecated in GitLab 17.11. Use mutation ProjectUpdateComplianceFrameworks instead of this.
Input type: ProjectSetComplianceFrameworkInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
complianceFrameworkId
|
ComplianceManagementFrameworkID |
ID of the compliance framework to assign to the project. Set to null to unset. |
projectId
|
ProjectID! |
ID of the project to change the compliance framework of. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
project
|
Project |
Project after mutation. |
Mutation.projectSetContinuousVulnerabilityScanning
Enable/disable Continuous Vulnerability Scanning for the given project.
Deprecated in GitLab 17.3. CVS has been enabled permanently. See this epic for more information.
Input type: ProjectSetContinuousVulnerabilityScanningInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
enable
|
Boolean! |
Desired status for Continuous Vulnerability Scanning feature. |
projectPath
|
ID! |
Full path of the project. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
continuousVulnerabilityScanningEnabled
|
Boolean! |
Whether feature is enabled. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.projectSetLocked
Input type: ProjectSetLockedInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
filePath
|
String! |
Full path to the file. |
lock
|
Boolean! |
Whether or not to lock the file path. |
projectPath
|
ID! |
Full path of the project to mutate. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
project
|
Project |
Project after mutation. |
Mutation.projectSettingsUpdate
Introduced in GitLab 16.9. Status: Experiment.
Input type: ProjectSettingsUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
duoContextExclusionSettings
|
DuoContextExclusionSettingsInput |
Settings for excluding files from Duo context. |
duoFeaturesEnabled
|
Boolean |
Indicates whether GitLab Duo features are enabled for the project. |
fullPath
|
ID! |
Full Path of the project the settings belong to. |
webBasedCommitSigningEnabled {warning-solid}
|
Boolean |
Deprecated: Status: Experiment. Introduced in GitLab 18.2. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
projectSettings
|
ProjectSetting! |
Project settings after mutation. |
Mutation.projectSubscriptionCreate
Input type: ProjectSubscriptionCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
projectPath
|
String! |
Full path of the downstream project of the Project Subscription. |
upstreamPath
|
String! |
Full path of the upstream project of the Project Subscription. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
subscription
|
CiSubscriptionsProject |
Project Subscription created by the mutation. |
Mutation.projectSubscriptionDelete
Input type: ProjectSubscriptionDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
subscriptionId
|
CiSubscriptionsProjectID! |
ID of the subscription to delete. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
project
|
Project |
Project after mutation. |
Mutation.projectSyncFork
Introduced in GitLab 15.9. Status: Experiment.
Input type: ProjectSyncForkInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
projectPath
|
ID! |
Full path of the project to initialize. |
targetBranch
|
String! |
Ref of the fork to fetch into. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
details
|
ForkDetails |
Updated fork details. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.projectTargetBranchRuleCreate
Input type: ProjectTargetBranchRuleCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
name
|
String! |
Name for the target branch rule. |
projectId
|
ProjectID! |
Project ID for the target branch rule. |
targetBranch
|
String! |
Target branch for the target branch rule. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
targetBranchRule
|
ProjectTargetBranchRule |
Target branch rule after mutation. |
Mutation.projectTargetBranchRuleDestroy
Input type: ProjectTargetBranchRuleDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ProjectsTargetBranchRuleID! |
ID for the target branch rule. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.projectTextReplace
Introduced in GitLab 17.1. Status: Experiment.
Input type: projectTextReplaceInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
projectPath
|
ID! |
Full path of the project to replace. |
replacements
|
[String!]! |
List of text patterns to replace project-wide. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.projectUpdateComplianceFrameworks
Update compliance frameworks for a project.
Input type: ProjectUpdateComplianceFrameworksInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
complianceFrameworkIds
|
[ComplianceManagementFrameworkID!]! |
IDs of the compliance framework to update for the project. |
projectId
|
ProjectID! |
ID of the project to change the compliance framework of. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
project
|
Project |
Project after mutation. |
Mutation.prometheusIntegrationCreate
Deprecated in GitLab 18.2. Use HttpIntegrationCreate.
Input type: PrometheusIntegrationCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
active
|
Boolean! |
Whether the integration is receiving alerts. |
apiUrl {warning-solid}
|
String |
Deprecated: Feature removed in 16.0. Deprecated in GitLab 18.2. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
name
|
String |
Name of the integration. |
payloadAttributeMappings
|
[AlertManagementPayloadAlertFieldInput!] |
Custom mapping of GitLab alert attributes to fields from the payload example. |
payloadExample
|
JsonString |
Example of an alert payload. |
projectPath
|
ID! |
Project to create the integration in. |
type
|
AlertManagementIntegrationType |
Type of integration to create. Cannot be changed after creation. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
integration
|
AlertManagementPrometheusIntegration |
Newly created integration. |
Mutation.prometheusIntegrationResetToken
Deprecated in GitLab 18.2. Use HttpIntegrationResetToken.
Input type: PrometheusIntegrationResetTokenInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
IntegrationsPrometheusID! |
ID of the integration to mutate. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
integration
|
AlertManagementPrometheusIntegration |
Updated integration. |
Mutation.prometheusIntegrationUpdate
Deprecated in GitLab 18.2. Use HttpIntegrationUpdate.
Input type: PrometheusIntegrationUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
active
|
Boolean |
Whether the integration is receiving alerts. |
apiUrl {warning-solid}
|
String |
Deprecated: Feature removed in 16.0. Deprecated in GitLab 18.2. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
IntegrationsPrometheusID! |
ID of the integration to mutate. |
name
|
String |
Name of the integration. |
payloadAttributeMappings
|
[AlertManagementPayloadAlertFieldInput!] |
Custom mapping of GitLab alert attributes to fields from the payload example. |
payloadExample
|
JsonString |
Example of an alert payload. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
integration
|
AlertManagementPrometheusIntegration |
Updated integration. |
Mutation.promoteToEpic
Deprecated in GitLab 17.5.
Replaced by WorkItem type. For more information, see migration guide.
Input type: PromoteToEpicInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
groupPath
|
ID |
Group the promoted epic will belong to. |
iid
|
String! |
IID of the issue to mutate. |
projectPath
|
ID! |
Project the issue to mutate is in. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
epic
|
Epic |
Epic after issue promotion. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issue
|
Issue |
Issue after mutation. |
Mutation.refreshFindingTokenStatus
Input type: RefreshFindingTokenStatusInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
vulnerabilityId
|
VulnerabilityID! |
Global ID of the Vulnerability whose token status should be refreshed. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
findingTokenStatus
|
VulnerabilityFindingTokenStatus |
Updated token status record for the given finding. |
Mutation.refreshStandardsAdherenceChecks
Input type: RefreshStandardsAdherenceChecksInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
groupPath
|
ID! |
Group path. |
Fields
| Name | Type | Description |
|---|---|---|
adherenceChecksStatus
|
StandardsAdherenceChecksStatus |
Progress of standards adherence checks. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.releaseAssetLinkCreate
Input type: ReleaseAssetLinkCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
directAssetPath
|
String |
Relative path for a direct asset link. |
linkType
|
ReleaseAssetLinkType |
Type of the asset link. |
name
|
String! |
Name of the asset link. |
projectPath
|
ID! |
Full path of the project the asset link is associated with. |
tagName
|
String! |
Name of the associated release's tag. |
url
|
String! |
URL of the asset link. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
link
|
ReleaseAssetLink |
Asset link after mutation. |
Mutation.releaseAssetLinkDelete
Input type: ReleaseAssetLinkDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ReleasesLinkID! |
ID of the release asset link to delete. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
link
|
ReleaseAssetLink |
Deleted release asset link. |
Mutation.releaseAssetLinkUpdate
Input type: ReleaseAssetLinkUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
directAssetPath
|
String |
Relative path for a direct asset link. |
id
|
ReleasesLinkID! |
ID of the release asset link to update. |
linkType
|
ReleaseAssetLinkType |
Type of the asset link. |
name
|
String |
Name of the asset link. |
url
|
String |
URL of the asset link. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
link
|
ReleaseAssetLink |
Asset link after mutation. |
Mutation.releaseCreate
Input type: ReleaseCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
assets
|
ReleaseAssetsInput |
Assets associated to the release. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description (also known as "release notes") of the release. |
milestones
|
[String!] |
Title of each milestone the release is associated with. GitLab Premium customers can specify group milestones. |
name
|
String |
Name of the release. |
projectPath
|
ID! |
Full path of the project the release is associated with. |
ref
|
String |
Commit SHA or branch name to use if creating a new tag. |
releasedAt
|
Time |
Date and time for the release. Defaults to the current time. Expected in ISO 8601 format (2019-03-15T08:00:00Z). Only provide this field if creating an upcoming or historical release. |
tagMessage
|
String |
Message to use if creating a new annotated tag. |
tagName
|
String! |
Name of the tag to associate with the release. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
release
|
Release |
Release after mutation. |
Mutation.releaseDelete
Input type: ReleaseDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
projectPath
|
ID! |
Full path of the project the release is associated with. |
tagName
|
String! |
Name of the tag associated with the release to delete. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
release
|
Release |
Deleted release. |
Mutation.releaseUpdate
Input type: ReleaseUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description (release notes) of the release. |
milestones
|
[String!] |
Title of each milestone the release is associated with. GitLab Premium customers can specify group milestones. |
name
|
String |
Name of the release. |
projectPath
|
ID! |
Full path of the project the release is associated with. |
releasedAt
|
Time |
Release date. |
tagName
|
String! |
Name of the tag associated with the release. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
release
|
Release |
Release after mutation. |
Mutation.removeProjectFromSecurityDashboard
Input type: RemoveProjectFromSecurityDashboardInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ProjectID! |
ID of the project to remove from the Instance Security Dashboard. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.repositionImageDiffNote
Repositions a DiffNote on an image (a Note where the position.positionType is "image").
Input type: RepositionImageDiffNoteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
DiffNoteID! |
Global ID of the DiffNote to update. |
position
|
UpdateDiffImagePositionInput! |
Position of the note on a diff. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
note
|
Note |
Note after mutation. |
quickActionsStatus
|
QuickActionsStatus |
Status of quick actions after mutation. |
Mutation.restorePagesDeployment
Restores a Pages deployment that has been scheduled for deletion.
Introduced in GitLab 17.1. Status: Experiment.
Input type: RestorePagesDeploymentInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
PagesDeploymentID! |
ID of the Pages Deployment. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
pagesDeployment
|
PagesDeployment! |
Restored Pages Deployment. |
Mutation.resyncSecurityPolicies
Triggers a resynchronization of security policies linked to the given project or group (full_path).
Introduced in GitLab 18.1. Status: Experiment.
Input type: ResyncSecurityPoliciesInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
fullPath
|
String! |
Full path of the project or group. |
relationship
|
RelationshipType |
Relationship of the policies to resync. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.runnerAssignToProject
Introduced in GitLab 18.1. Status: Experiment.
Input type: RunnerAssignToProjectInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
projectPath
|
ID! |
Full path of the project to which the runner will be assigned. |
runnerId
|
CiRunnerID! |
ID of the runner to assign to the project . |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.runnerBulkPause
Introduced in GitLab 17.11. Status: Experiment.
Input type: RunnerBulkPauseInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
ids
|
[CiRunnerID!]! |
IDs of the runners to pause or unpause. |
paused
|
Boolean! |
Indicates the runner is not allowed to receive jobs. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
updatedCount
|
Int |
Number of records effectively updated. Only present if operation was performed synchronously. |
updatedRunners
|
[CiRunner!] |
Runners after mutation. |
Mutation.runnerCacheClear
Input type: RunnerCacheClearInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
projectId
|
ProjectID! |
Global ID of the project that will have its runner cache cleared. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.runnerCreate
Introduced in GitLab 15.10. Status: Experiment.
Input type: RunnerCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
accessLevel
|
CiRunnerAccessLevel |
Access level of the runner. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the runner. |
groupId
|
GroupID |
Global ID of the group that the runner is created in (valid only for group runner). |
locked
|
Boolean |
Indicates the runner is locked. |
maintenanceNote
|
String |
Runner's maintenance notes. |
maximumTimeout
|
Int |
Maximum timeout (in seconds) for jobs processed by the runner. |
paused
|
Boolean |
Indicates the runner is not allowed to receive jobs. |
privateProjectsMinutesCostFactor {warning-solid}
|
Float |
Deprecated: Status: Experiment. Introduced in GitLab 17.7. |
projectId
|
ProjectID |
Global ID of the project that the runner is created in (valid only for project runner). |
publicProjectsMinutesCostFactor {warning-solid}
|
Float |
Deprecated: Status: Experiment. Introduced in GitLab 17.7. |
runUntagged
|
Boolean |
Indicates the runner is able to run untagged jobs. |
runnerType
|
CiRunnerType! |
Type of the runner to create. |
tagList
|
[String!] |
Tags associated with the runner. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
runner
|
CiRunner |
Runner after mutation. |
Mutation.runnerDelete
Input type: RunnerDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
CiRunnerID! |
ID of the runner to delete. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.runnerUnassignFromProject
Introduced in GitLab 18.1. Status: Experiment.
Input type: RunnerUnassignFromProjectInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
projectPath
|
ID! |
Full path of the project from which the runner will be unassigned. |
runnerId
|
CiRunnerID! |
ID of the runner to unassign from the project. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.runnerUpdate
Input type: RunnerUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
accessLevel
|
CiRunnerAccessLevel |
Access level of the runner. |
active {warning-solid}
|
Boolean |
Deprecated: This was renamed. Please use paused. Deprecated in GitLab 14.8. |
associatedProjects
|
[ProjectID!] |
Projects associated with the runner. Available only for project runners. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the runner. |
id
|
CiRunnerID! |
ID of the runner to update. |
locked
|
Boolean |
Indicates the runner is locked. |
maintenanceNote
|
String |
Runner's maintenance notes. |
maximumTimeout
|
Int |
Maximum timeout (in seconds) for jobs processed by the runner. |
paused
|
Boolean |
Indicates the runner is not allowed to receive jobs. |
privateProjectsMinutesCostFactor {warning-solid}
|
Float |
Deprecated: Status: Experiment. Introduced in GitLab 17.7. |
publicProjectsMinutesCostFactor {warning-solid}
|
Float |
Deprecated: Status: Experiment. Introduced in GitLab 17.7. |
runUntagged
|
Boolean |
Indicates the runner is able to run untagged jobs. |
tagList
|
[String!] |
Tags associated with the runner. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
runner
|
CiRunner |
Runner after mutation. |
Mutation.runnersExportUsage
Input type: RunnersExportUsageInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
fromDate
|
ISO8601Date |
UTC start date of the period to report on. Defaults to the start of last full month. |
fullPath
|
ID |
Filter jobs by the full path of the group or project they belong to. For example, gitlab-org or gitlab-org/gitlab. Available only to administrators and users with the Maintainer role for the group (when a group is specified), or project (when a project is specified). Limited to runners from 5000 child projects. |
maxProjectCount
|
Int |
Maximum number of projects to return. All other runner usage will be attributed to an <Other projects> entry. Defaults to 1000 projects. |
runnerType
|
CiRunnerType |
Scope of the runners to include in the report. |
toDate
|
ISO8601Date |
UTC end date of the period to report on. " \ "Defaults to the end of the month specified by fromDate. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.runnersRegistrationTokenReset
Deprecated in GitLab 17.7. Underlying feature was deprecated in 15.6 and will be removed in 18.0.
Input type: RunnersRegistrationTokenResetInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ID |
ID of the project or group to reset the token for. Omit if resetting instance runner token. |
type
|
CiRunnerType! |
Scope of the object to reset the token for. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
token
|
String |
Runner token after mutation. |
Mutation.safeDisablePipelineVariables
Input type: SafeDisablePipelineVariablesInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
fullPath
|
ID! |
Full path of the group to disable pipeline variables for. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
success
|
Boolean! |
Indicates whether the migration was successfully enqueued. |
Mutation.savedReplyCreate
Input type: SavedReplyCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
content
|
String! |
Content of the saved reply. |
name
|
String! |
Name of the saved reply. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
savedReply
|
SavedReply |
Saved reply after mutation. |
Mutation.savedReplyDestroy
Input type: SavedReplyDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
UsersSavedReplyID! |
Global ID of the user saved reply. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
savedReply
|
SavedReply |
Saved reply after mutation. |
Mutation.savedReplyUpdate
Input type: SavedReplyUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
content
|
String! |
Content of the saved reply. |
id
|
UsersSavedReplyID! |
Global ID of the user saved reply. |
name
|
String! |
Name of the saved reply. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
savedReply
|
SavedReply |
Saved reply after mutation. |
Mutation.scanExecutionPolicyCommit
Commits the policy_yaml content to the assigned security policy project for the given project (full_path).
Input type: ScanExecutionPolicyCommitInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
fullPath
|
String |
Full path of the project. |
name
|
String! |
Name of the policy. If the name is null, the name field from policy_yaml is used. |
operationMode
|
MutationOperationMode! |
Changes the operation mode. |
policyYaml
|
String! |
YAML snippet of the policy. |
projectPath {warning-solid}
|
ID |
Deprecated: Use fullPath. Deprecated in GitLab 14.10. |
Fields
| Name | Type | Description |
|---|---|---|
branch
|
String |
Name of the branch to which the policy changes are committed. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
validationErrors
|
[SecurityPolicyValidationError!] |
Validation errors encountered during execution of the mutation. |
Mutation.secretPermissionDelete
Input type: SecretPermissionDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
principal
|
PrincipalInput! |
Whose permission to be deleted. |
projectPath
|
ID! |
Project permissions for the secret. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
secretPermission
|
SecretPermission |
Deleted Secret Permission. |
Mutation.secretPermissionUpdate
Input type: SecretPermissionUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
expiredAt
|
ISO8601Date |
Expiration date for Secret Permission (optional). |
permissions
|
[String!]! |
Permissions to be provided. ['create', 'update', 'read', 'delete']. |
principal
|
PrincipalInput! |
User/MemberRole/Role/Group that is provided access. |
projectPath
|
ID! |
Project to which the permissions are added. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
secretPermission
|
SecretPermission |
Secret Permission that was created. |
Mutation.securityFindingCreateIssue
Input type: SecurityFindingCreateIssueInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
project
|
ProjectID! |
ID of the project to attach the issue to. |
uuid
|
String! |
UUID of the security finding to be used to create an issue. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issue
|
Issue |
Issue created after mutation. |
Mutation.securityFindingCreateMergeRequest
Input type: SecurityFindingCreateMergeRequestInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
uuid
|
String! |
UUID of the security finding to be used to create a merge request. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
mergeRequest
|
MergeRequest |
Merge Request created after mutation. |
Mutation.securityFindingCreateVulnerability
Introduced in GitLab 17.5. Status: Experiment.
Input type: SecurityFindingCreateVulnerabilityInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
uuid
|
String! |
UUID of the security finding to be used to create a vulnerability. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
vulnerability
|
Vulnerability |
Vulnerability created after mutation. |
Mutation.securityFindingDismiss
Input type: SecurityFindingDismissInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
comment
|
String |
Comment why finding should be dismissed. |
dismissalReason
|
VulnerabilityDismissalReason |
Reason why finding should be dismissed. |
uuid
|
String! |
UUID of the finding to be dismissed. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
securityFinding
|
PipelineSecurityReportFinding |
Dismissed finding. |
uuid
|
String |
UUID of dismissed finding. |
Mutation.securityFindingRevertToDetected
Input type: SecurityFindingRevertToDetectedInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
comment
|
String |
Comment that explains why finding was reverted to detected status. |
uuid
|
String! |
UUID of the finding to be dismissed. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
securityFinding
|
PipelineSecurityReportFinding |
Finding reverted to detected. |
Mutation.securityFindingSeverityOverride
Input type: SecurityFindingSeverityOverrideInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
severity
|
VulnerabilitySeverity! |
New severity value for the finding. |
uuid
|
String! |
UUID of the finding to modify. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
securityFinding
|
PipelineSecurityReportFinding |
Finding of which the severity was modified. |
Mutation.securityPolicyProjectAssign
Assigns the specified project(security_policy_project_id) as security policy project for the given project(full_path). If the project already has a security policy project, this reassigns the project's security policy project with the given security_policy_project_id.
Input type: SecurityPolicyProjectAssignInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
fullPath
|
String |
Full path of the project or group. |
projectPath {warning-solid}
|
ID |
Deprecated: Use fullPath. Deprecated in GitLab 14.10. |
securityPolicyProjectId
|
ProjectID! |
ID of the security policy project. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.securityPolicyProjectCreate
Creates and assigns a security policy project for the given project or group (full_path).
Input type: SecurityPolicyProjectCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
fullPath
|
String |
Full path of the project or group. |
projectPath {warning-solid}
|
ID |
Deprecated: Use fullPath. Deprecated in GitLab 14.10. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
project
|
Project |
Security Policy Project that was created. |
Mutation.securityPolicyProjectCreateAsync
Status: Experiment. Creates and assigns a security policy project for the given project or group (full_path) async.
Introduced in GitLab 17.3. Status: Experiment.
Input type: SecurityPolicyProjectCreateAsyncInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
fullPath
|
String! |
Full path of the project or group. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.securityPolicyProjectUnassign
Unassigns the security policy project for the given project (full_path).
Input type: SecurityPolicyProjectUnassignInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
fullPath
|
String |
Full path of the project or group. |
projectPath {warning-solid}
|
ID |
Deprecated: Use fullPath. Deprecated in GitLab 14.10. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.securityTrainingUpdate
Input type: SecurityTrainingUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
isEnabled
|
Boolean! |
Sets the training provider as enabled for the project. |
isPrimary
|
Boolean |
Sets the training provider as primary for the project. |
projectPath
|
ID! |
Full path of the project. |
providerId
|
SecurityTrainingProviderID! |
ID of the provider. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
training
|
ProjectSecurityTraining |
Represents the training entity subject to mutation. |
Mutation.setContainerScanningForRegistry
Enable/disable Container Scanning on container registry for the given project.
Input type: SetContainerScanningForRegistryInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
enable
|
Boolean! |
Desired status for Container Scanning on container registry feature. |
namespacePath
|
ID! |
Full path of the namespace (project). |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
containerScanningForRegistryEnabled
|
Boolean |
Whether the feature is enabled. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.setGroupSecretPushProtection
Enable or disable Secret Push Protection for a group.
Input type: SetGroupSecretPushProtectionInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
namespacePath
|
ID! |
Full path of the group. |
projectsToExclude
|
[Int!] |
IDs of projects to exclude from the feature. |
secretPushProtectionEnabled
|
Boolean! |
Whether to enable the feature. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.setPreReceiveSecretDetection
Enable/disable secret push protection for the given project.
Input type: SetPreReceiveSecretDetectionInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
enable
|
Boolean! |
Desired status for secret push protection feature. |
namespacePath
|
ID! |
Full path of the namespace (project). |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
preReceiveSecretDetectionEnabled
|
Boolean |
Whether the feature is enabled. |
secretPushProtectionEnabled
|
Boolean |
Whether the feature is enabled. |
Mutation.setSecretPushProtection
Enable/disable secret push protection for the given project.
Input type: SetSecretPushProtectionInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
enable
|
Boolean! |
Desired status for secret push protection feature. |
namespacePath
|
ID! |
Full path of the namespace (project). |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
preReceiveSecretDetectionEnabled
|
Boolean |
Whether the feature is enabled. |
secretPushProtectionEnabled
|
Boolean |
Whether the feature is enabled. |
Mutation.setValidityChecks
Enable/disable secret detection validity checks for the given project.
Input type: SetValidityChecksInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
enable
|
Boolean! |
Desired status for validity checks feature. |
namespacePath
|
ID! |
Full path of the namespace (project). |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
validityChecksEnabled
|
Boolean |
Whether the feature is enabled. |
Mutation.starProject
Introduced in GitLab 16.7. Status: Experiment.
Input type: StarProjectInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
projectId
|
ProjectID! |
Full path of the project to star or unstar. |
starred
|
Boolean! |
Indicates whether to star or unstar the project. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
count
|
String! |
Number of stars for the project. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.tagCreate
Input type: TagCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
message
|
String |
Tagging message. |
name
|
String! |
Name of the tag. |
projectPath
|
ID! |
Project full path the branch is associated with. |
ref
|
String! |
Tag name or commit SHA to create tag from. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
tag
|
Tag |
Tag after mutation. |
Mutation.tagDelete
Input type: TagDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
name
|
String! |
Name of the tag. |
projectPath
|
ID! |
Project full path the branch is associated with. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
tag
|
Tag |
Tag after mutation. |
Mutation.terraformStateDelete
Input type: TerraformStateDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
TerraformStateID! |
Global ID of the Terraform state. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.terraformStateLock
Input type: TerraformStateLockInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
TerraformStateID! |
Global ID of the Terraform state. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.terraformStateUnlock
Input type: TerraformStateUnlockInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
TerraformStateID! |
Global ID of the Terraform state. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.timelineEventCreate
Introduced in GitLab 15.6. Status: Experiment.
Input type: TimelineEventCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
incidentId
|
IssueID! |
Incident ID of the timeline event. |
note
|
String! |
Text note of the timeline event. |
occurredAt
|
Time! |
Timestamp of when the event occurred. |
timelineEventTagNames
|
[String!] |
Tags for the incident timeline event. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
timelineEvent
|
TimelineEventType |
Timeline event. |
Mutation.timelineEventDestroy
Input type: TimelineEventDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
IncidentManagementTimelineEventID! |
Timeline event ID to remove. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
timelineEvent
|
TimelineEventType |
Timeline event. |
Mutation.timelineEventPromoteFromNote
Input type: TimelineEventPromoteFromNoteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
noteId
|
NoteID! |
Note ID from which the timeline event promoted. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
timelineEvent
|
TimelineEventType |
Timeline event. |
Mutation.timelineEventTagCreate
Input type: TimelineEventTagCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
name
|
String! |
Name of the tag. |
projectPath
|
ID! |
Project to create the timeline event tag in. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
timelineEventTag
|
TimelineEventTagType |
Timeline event tag. |
Mutation.timelineEventUpdate
Input type: TimelineEventUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
IncidentManagementTimelineEventID! |
ID of the timeline event to update. |
note
|
String |
Text note of the timeline event. |
occurredAt
|
Time |
Timestamp when the event occurred. |
timelineEventTagNames
|
[String!] |
Tags for the incident timeline event. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
timelineEvent
|
TimelineEventType |
Timeline event. |
Mutation.timelogCreate
Input type: TimelogCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
issuableId
|
IssuableID! |
Global ID of the issuable (Issue, WorkItem or MergeRequest). |
spentAt
|
Time |
Timestamp of when the time was spent. If empty, defaults to current time. |
summary
|
String! |
Summary of time spent. |
timeSpent
|
String! |
Amount of time spent. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
timelog
|
Timelog |
Timelog. |
Mutation.timelogDelete
Input type: TimelogDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
TimelogID! |
Global ID of the timelog. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
timelog
|
Timelog |
Timelog. |
Mutation.todoCreate
Input type: TodoCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
targetId
|
TodoableID! |
Global ID of the to-do item's parent. Issues, merge requests, designs, and epics are supported. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
todo
|
Todo |
To-do item created. |
Mutation.todoDeleteAllDone
Introduced in GitLab 17.11. Status: Experiment.
Input type: TodoDeleteAllDoneInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
updatedBefore
|
Time |
To-do items marked as done before the timestamp will be deleted. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.todoDeleteMany
Introduced in GitLab 17.11. Status: Experiment.
Input type: TodoDeleteManyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
ids
|
[TodoID!]! |
Global IDs of the to-do items to process (a maximum of 100 is supported at once). |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.todoMarkDone
Input type: TodoMarkDoneInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
TodoID! |
Global ID of the to-do item to mark as done. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
todo
|
Todo! |
Requested to-do item. |
Mutation.todoResolveMany
Introduced in GitLab 17.9. Status: Experiment.
Input type: TodoResolveManyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
ids
|
[TodoID!]! |
Global IDs of the to-do items to process (a maximum of 100 is supported at once). |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
todos
|
[Todo!]! |
Resolved to-do items. |
Mutation.todoRestore
Input type: TodoRestoreInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
TodoID! |
Global ID of the to-do item to restore. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
todo
|
Todo! |
Requested to-do item. |
Mutation.todoRestoreMany
Input type: TodoRestoreManyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
ids
|
[TodoID!]! |
Global IDs of the to-do items to process (a maximum of 100 is supported at once). |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
todos
|
[Todo!]! |
Restored to-do items. |
Mutation.todoSnooze
Introduced in GitLab 17.4. Status: Experiment.
Input type: TodoSnoozeInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
TodoID! |
Global ID of the to-do item to be snoozed. |
snoozeUntil
|
Time! |
Time until which the todo should be snoozed. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
todo
|
Todo! |
Requested to-do item. |
Mutation.todoSnoozeMany
Introduced in GitLab 17.9. Status: Experiment.
Input type: TodoSnoozeManyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
ids
|
[TodoID!]! |
Global IDs of the to-do items to process (a maximum of 100 is supported at once). |
snoozeUntil
|
Time! |
Time until which the todos should be snoozed. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
todos
|
[Todo!]! |
Snoozed to-do items. |
Mutation.todoUnSnooze
Introduced in GitLab 17.4. Status: Experiment.
Input type: TodoUnSnoozeInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
TodoID! |
Global ID of the to-do item to be snoozed. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
todo
|
Todo! |
Requested to-do item. |
Mutation.todoUnsnoozeMany
Introduced in GitLab 17.9. Status: Experiment.
Input type: TodoUnsnoozeManyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
ids
|
[TodoID!]! |
Global IDs of the to-do items to process (a maximum of 100 is supported at once). |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
todos
|
[Todo!]! |
Unsnoozed to-do items. |
Mutation.todosMarkAllDone
Input type: TodosMarkAllDoneInput
Arguments
| Name | Type | Description |
|---|---|---|
action
|
[TodoActionEnum!] |
Action to be filtered. |
authorId
|
[ID!] |
ID of an author. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
groupId
|
[ID!] |
ID of a group. |
projectId
|
[ID!] |
ID of a project. |
targetId
|
TodoableID |
Global ID of the to-do item's parent. Issues, merge requests, designs, and epics are supported. If argument is omitted, all pending to-do items of the current user are marked as done. |
type
|
[TodoTargetEnum!] |
Type of the todo. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
todos
|
[Todo!]! |
Updated to-do items. |
Mutation.updateAbuseReportNote
Updates an abuse report Note.
Introduced in GitLab 17.5. Status: Experiment.
Input type: UpdateAbuseReportNoteInput
Arguments
| Name | Type | Description |
|---|---|---|
body
|
String! |
Content of the note. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
AntiAbuseReportsNoteID! |
Global ID of the note to update. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
note
|
AbuseReportNote! |
Abuse report note after mutation. |
Mutation.updateAlertStatus
Input type: UpdateAlertStatusInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
iid
|
String! |
IID of the alert to mutate. |
projectPath
|
ID! |
Project the alert to mutate is in. |
status
|
AlertManagementStatus! |
Status to set the alert. |
Fields
| Name | Type | Description |
|---|---|---|
alert
|
AlertManagementAlert |
Alert after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issue
|
Issue |
Issue created after mutation. |
todo
|
Todo |
To-do item after mutation. |
Mutation.updateBoard
Input type: UpdateBoardInput
Arguments
| Name | Type | Description |
|---|---|---|
assigneeId
|
UserID |
ID of user to be assigned to the board. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
hideBacklogList
|
Boolean |
Whether or not backlog list is hidden. |
hideClosedList
|
Boolean |
Whether or not closed list is hidden. |
id
|
BoardID! |
Board global ID. |
iterationCadenceId
|
IterationsCadenceID |
ID of iteration cadence to be assigned to the board. |
iterationId
|
IterationID |
ID of iteration to be assigned to the board. |
labelIds
|
[LabelID!] |
IDs of labels to be added to the board. |
labels
|
[String!] |
Labels of the issue. |
milestoneId
|
MilestoneID |
ID of milestone to be assigned to the board. |
name
|
String |
Board name. |
weight
|
Int |
Weight value to be assigned to the board. |
Fields
| Name | Type | Description |
|---|---|---|
board
|
Board |
Board after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.updateBoardEpicUserPreferences
Deprecated in GitLab 17.5. Replaced by WorkItem type.
Input type: UpdateBoardEpicUserPreferencesInput
Arguments
| Name | Type | Description |
|---|---|---|
boardId
|
BoardID! |
Board global ID. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
collapsed
|
Boolean! |
Whether the epic should be collapsed in the board. |
epicId
|
EpicID! |
ID of an epic to set preferences for. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
epicUserPreferences
|
BoardEpicUserPreferences |
User preferences for the epic in the board after mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.updateBoardList
Input type: UpdateBoardListInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
collapsed
|
Boolean |
Indicates if the list is collapsed for the user. |
listId
|
ListID! |
Global ID of the list. |
position
|
Int |
Position of list within the board. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
list
|
BoardList |
Mutated list. |
Mutation.updateComplianceFramework
Input type: UpdateComplianceFrameworkInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ComplianceManagementFrameworkID! |
Global ID of the compliance framework to update. |
params
|
ComplianceFrameworkInput! |
Parameters to update the compliance framework with. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
complianceFramework
|
ComplianceFramework |
Compliance framework after mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.updateComplianceRequirement
Introduced in GitLab 17.7. Status: Experiment.
Input type: UpdateComplianceRequirementInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
controls
|
[ComplianceRequirementsControlInput!] |
Controls to add or update to the compliance requirement. |
id
|
ComplianceManagementComplianceFrameworkComplianceRequirementID! |
Global ID of the compliance requirement to update. |
params
|
ComplianceRequirementInput! |
Parameters to update the compliance requirement with. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
requirement
|
ComplianceRequirement |
Compliance requirement after updation. |
Mutation.updateComplianceRequirementsControl
Introduced in GitLab 17.9. Status: Experiment.
Input type: UpdateComplianceRequirementsControlInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ComplianceManagementComplianceFrameworkComplianceRequirementsControlID! |
Global ID of the compliance requirement control to update. |
params
|
ComplianceRequirementsControlInput! |
Parameters to update the compliance requirement control with. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
requirementsControl
|
ComplianceRequirementsControl |
Compliance requirement control after updation. |
Mutation.updateContainerExpirationPolicy
Input type: UpdateContainerExpirationPolicyInput
Arguments
| Name | Type | Description |
|---|---|---|
cadence
|
ContainerExpirationPolicyCadenceEnum |
Schedule of the container expiration policy. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
enabled
|
Boolean |
Indicates whether the container expiration policy is enabled. |
keepN
|
ContainerExpirationPolicyKeepEnum |
Number of tags to retain. |
nameRegex
|
UntrustedRegexp |
Tags with names matching the regex pattern will expire. |
nameRegexKeep
|
UntrustedRegexp |
Tags with names matching the regex pattern will be preserved. |
olderThan
|
ContainerExpirationPolicyOlderThanEnum |
Tags older than the given age will expire. |
projectPath
|
ID! |
Project path where the container expiration policy is located. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
containerExpirationPolicy {warning-solid}
|
ContainerExpirationPolicy |
Deprecated: Use container_tags_expiration_policy. Deprecated in GitLab 17.5. |
containerTagsExpirationPolicy
|
ContainerTagsExpirationPolicy |
Container tags expiration policy after mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.updateContainerProtectionRepositoryRule
Updates a container repository protection rule that controls who can modify container images based on user roles.
Input type: UpdateContainerProtectionRepositoryRuleInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ContainerRegistryProtectionRuleID! |
Global ID of the container repository protection rule to be updated. |
minimumAccessLevelForDelete
|
ContainerProtectionRepositoryRuleAccessLevel |
Minimum GitLab access level required to delete container images from the container repository. Valid values include MAINTAINER, OWNER, or ADMIN. If the value is nil, the default minimum access level is DEVELOPER. |
minimumAccessLevelForPush
|
ContainerProtectionRepositoryRuleAccessLevel |
Minimum GitLab access level required to push container images to the container repository. Valid values include MAINTAINER, OWNER, or ADMIN. If the value is nil, the default minimum access level is DEVELOPER. |
repositoryPathPattern
|
String |
Container repository path pattern protected by the protection rule. Must start with the project’s full path. For example: my-project/*-prod-*. Wildcard character * is allowed anywhere after the project’s full path. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
containerProtectionRepositoryRule
|
ContainerProtectionRepositoryRule |
Container repository protection rule after mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.updateContainerProtectionTagRule
Updates a protection rule that controls which user roles can modify container image tags matching a specified pattern.
Introduced in GitLab 17.8. Status: Experiment.
Input type: UpdateContainerProtectionTagRuleInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ContainerRegistryProtectionTagRuleID! |
Global ID of the tag protection rule to update. |
minimumAccessLevelForDelete {warning-solid}
|
ContainerProtectionTagRuleAccessLevel |
Deprecated: Status: Experiment. Introduced in GitLab 17.8. |
minimumAccessLevelForPush {warning-solid}
|
ContainerProtectionTagRuleAccessLevel |
Deprecated: Status: Experiment. Introduced in GitLab 17.8. |
tagNamePattern {warning-solid}
|
String |
Deprecated: Status: Experiment. Introduced in GitLab 17.8. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
containerProtectionTagRule {warning-solid}
|
ContainerProtectionTagRule |
Deprecated: Status: Experiment. Introduced in GitLab 17.8. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.updateDependencyProxyImageTtlGroupPolicy
These settings can be adjusted only by the group Owner.
Input type: UpdateDependencyProxyImageTtlGroupPolicyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
enabled
|
Boolean |
Indicates whether the policy is enabled or disabled. |
groupPath
|
ID! |
Group path for the group dependency proxy image TTL policy. |
ttl
|
Int |
Number of days to retain a cached image file. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
dependencyProxyImageTtlPolicy
|
DependencyProxyImageTtlGroupPolicy |
Group image TTL policy after mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.updateDependencyProxyPackagesSettings
Updates or creates dependency proxy for packages settings. Requires the packages and dependency proxy to be enabled in the config. Requires the packages feature to be enabled at the project level.
Input type: UpdateDependencyProxyPackagesSettingsInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
enabled
|
Boolean |
Indicates whether the dependency proxy for packages is enabled for the project. |
mavenExternalRegistryPassword
|
String |
Password for the external Maven packages registry. Introduced in 16.5: This feature is an Experiment. It can be changed or removed at any time. |
mavenExternalRegistryUrl
|
String |
URL for the external Maven packages registry. |
mavenExternalRegistryUsername
|
String |
Username for the external Maven packages registry. |
projectPath
|
ID! |
Project path for the dependency proxy for packages settings. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
dependencyProxyPackagesSetting
|
DependencyProxyPackagesSetting |
Dependency proxy for packages settings after mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.updateDependencyProxySettings
These settings can be adjusted only by the group Owner.
Input type: UpdateDependencyProxySettingsInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
enabled
|
Boolean |
Indicates whether the policy is enabled or disabled. |
groupPath
|
ID! |
Group path for the group dependency proxy. |
identity
|
String |
Identity credential used to authenticate with Docker Hub when pulling images. Can be a username (for password or personal access token (PAT)) or organization name (for organization access token (OAT)). |
secret
|
String |
Secret credential used to authenticate with Docker Hub when pulling images. Can be a password, personal access token (PAT), or organization access token (OAT). |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
dependencyProxySetting
|
DependencyProxySetting |
Group dependency proxy settings after mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.updateEpic
Deprecated in GitLab 17.5.
Replaced by WorkItem type. For more information, see migration guide.
Input type: UpdateEpicInput
Arguments
| Name | Type | Description |
|---|---|---|
addLabelIds
|
[ID!] |
IDs of labels to be added to the epic. |
addLabels
|
[String!] |
Array of labels to be added to the epic. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
color
|
Color |
Color of the epic. |
confidential
|
Boolean |
Indicates if the epic is confidential. |
description
|
String |
Description of the epic. |
dueDateFixed
|
String |
End date of the epic. |
dueDateIsFixed
|
Boolean |
Indicates end date should be sourced from due_date_fixed field not the issue milestones. |
groupPath
|
ID! |
Group the epic to mutate is in. |
iid
|
ID! |
IID of the epic to mutate. |
removeLabelIds
|
[ID!] |
IDs of labels to be removed from the epic. |
removeLabels
|
[String!] |
Array of labels to be removed from the epic. |
startDateFixed
|
String |
Start date of the epic. |
startDateIsFixed
|
Boolean |
Indicates start date should be sourced from start_date_fixed field not the issue milestones. |
stateEvent
|
EpicStateEvent |
State event for the epic. |
title
|
String |
Title of the epic. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
epic
|
Epic |
Epic after mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.updateEpicBoardList
Deprecated in GitLab 17.5. Replaced by WorkItem type.
Input type: UpdateEpicBoardListInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
collapsed
|
Boolean |
Indicates if the list is collapsed for the user. |
listId
|
BoardsEpicListID! |
Global ID of the epic list. |
position
|
Int |
Position of list within the board. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
list
|
EpicList |
Mutated epic list. |
Mutation.updateImageDiffNote
Updates a DiffNote on an image (a Note where the position.positionType is "image").
If the body of the Note contains only quick actions,
the Note will be destroyed during an update, and no Note will be
returned.
Input type: UpdateImageDiffNoteInput
Arguments
| Name | Type | Description |
|---|---|---|
body
|
String |
Content of the note. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
NoteID! |
Global ID of the note to update. |
position
|
UpdateDiffImagePositionInput |
Position of the note on a diff. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
note
|
Note |
Note after mutation. |
quickActionsStatus
|
QuickActionsStatus |
Status of quick actions after mutation. |
Mutation.updateIssue
Input type: UpdateIssueInput
Arguments
| Name | Type | Description |
|---|---|---|
addLabelIds
|
[ID!] |
IDs of labels to be added to the issue. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
confidential
|
Boolean |
Indicates the issue is confidential. |
description
|
String |
Description of the issue. |
dueDate
|
ISO8601Date |
Due date of the issue. |
epicId {warning-solid}
|
EpicID |
Deprecated: This will be replaced by WorkItem hierarchyWidget. Deprecated in GitLab 17.5. |
healthStatus
|
HealthStatus |
Desired health status. |
iid
|
String! |
IID of the issue to mutate. |
labelIds
|
[ID!] |
IDs of labels to be set. Replaces existing issue labels. |
locked
|
Boolean |
Indicates discussion is locked on the issue. |
milestoneId
|
ID |
ID of the milestone to assign to the issue. On update milestone will be removed if set to null. |
projectPath
|
ID! |
Project the issue to mutate is in. |
removeLabelIds
|
[ID!] |
IDs of labels to be removed from the issue. |
stateEvent
|
IssueStateEvent |
Close or reopen an issue. |
timeEstimate
|
String |
Estimated time to complete the issue. Use null or 0 to remove the current estimate. |
title
|
String |
Title of the issue. |
type
|
IssueType |
Type of the issue. |
weight
|
Int |
Weight of the issue. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issue
|
Issue |
Issue after mutation. |
Mutation.updateIteration
Input type: UpdateIterationInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the iteration. |
dueDate
|
String |
End date of the iteration. |
groupPath
|
ID! |
Group of the iteration. |
id
|
ID! |
Global ID of the iteration. |
startDate
|
String |
Start date of the iteration. |
title
|
String |
Title of the iteration. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
iteration
|
Iteration |
Updated iteration. |
Mutation.updateNamespacePackageSettings
These settings can be adjusted only by the group Owner.
Input type: UpdateNamespacePackageSettingsInput
Arguments
| Name | Type | Description |
|---|---|---|
auditEventsEnabled
|
Boolean |
Indicates whether audit events are created when publishing or deleting a package in the namespace (Premium and Ultimate only). |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
genericDuplicateExceptionRegex
|
UntrustedRegexp |
When generic_duplicates_allowed is false, you can publish duplicate packages with names that match this regex. Otherwise, this setting has no effect. |
genericDuplicatesAllowed
|
Boolean |
Indicates whether duplicate generic packages are allowed for the namespace. |
lockMavenPackageRequestsForwarding
|
Boolean |
Indicates whether Maven package forwarding is locked for all descendent namespaces. |
lockNpmPackageRequestsForwarding
|
Boolean |
Indicates whether npm package forwarding is locked for all descendent namespaces. |
lockPypiPackageRequestsForwarding
|
Boolean |
Indicates whether PyPI package forwarding is locked for all descendent namespaces. |
mavenDuplicateExceptionRegex
|
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 |
Indicates whether duplicate Maven packages are allowed for the namespace. |
mavenPackageRequestsForwarding
|
Boolean |
Indicates whether Maven package forwarding is allowed for the namespace. |
namespacePath
|
ID! |
Namespace path where the namespace package setting is located. |
npmPackageRequestsForwarding
|
Boolean |
Indicates whether npm package forwarding is allowed for the namespace. |
nugetDuplicateExceptionRegex
|
UntrustedRegexp |
When nuget_duplicates_allowed is false, you can publish duplicate packages with names that match this regex. Otherwise, this setting has no effect. |
nugetDuplicatesAllowed
|
Boolean |
Indicates whether duplicate NuGet packages are allowed for the namespace. |
nugetSymbolServerEnabled
|
Boolean |
Indicates whether the NuGet symbol server is enabled for the namespace. |
pypiPackageRequestsForwarding
|
Boolean |
Indicates whether PyPI package forwarding is allowed for the namespace. |
terraformModuleDuplicateExceptionRegex
|
UntrustedRegexp |
When terraform_module_duplicates_allowed is false, you can publish duplicate packages with names that match this regex. Otherwise, this setting has no effect. |
terraformModuleDuplicatesAllowed
|
Boolean |
Indicates whether duplicate Terraform packages are allowed for the namespace. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
packageSettings
|
PackageSettings |
Namespace package setting after mutation. |
Mutation.updateNote
Updates a Note. If the body of the Note contains only quick actions, the Note will be destroyed during an update, and no Note will be returned.
Input type: UpdateNoteInput
Arguments
| Name | Type | Description |
|---|---|---|
body
|
String |
Content of the note. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
NoteID! |
Global ID of the note to update. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
note
|
Note |
Note after mutation. |
quickActionsStatus
|
QuickActionsStatus |
Status of quick actions after mutation. |
Mutation.updatePackagesCleanupPolicy
Input type: UpdatePackagesCleanupPolicyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
keepNDuplicatedPackageFiles
|
PackagesCleanupKeepDuplicatedPackageFilesEnum |
Number of duplicated package files to retain. |
projectPath
|
ID! |
Project path where the packages cleanup policy is located. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
packagesCleanupPolicy
|
PackagesCleanupPolicy |
Packages cleanup policy after mutation. |
Mutation.updatePackagesProtectionRule
Updates a package protection rule to restrict access to project packages. You can prevent users without certain permissions from altering packages.
Input type: UpdatePackagesProtectionRuleInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
PackagesProtectionRuleID! |
Global ID of the package protection rule to be updated. |
minimumAccessLevelForDelete {warning-solid}
|
PackagesProtectionRuleAccessLevelForDelete |
Deprecated: Status: Experiment. Introduced in GitLab 17.10. |
minimumAccessLevelForPush
|
PackagesProtectionRuleAccessLevel |
Minimum GitLab access required to push packages to the package registry. Valid values include MAINTAINER, OWNER, or ADMIN. If the value is nil, the default minimum access level is DEVELOPER. |
packageNamePattern
|
String |
Package name protected by the protection rule. For example, @my-scope/my-package-*. Wildcard character * allowed. |
packageType
|
PackagesProtectionRulePackageType |
Package type protected by the protection rule. For example, NPM, PYPI. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
packageProtectionRule
|
PackagesProtectionRule |
Packages protection rule after mutation. |
Mutation.updateProjectComplianceViolation
Introduced in GitLab 18.2. Status: Experiment.
Input type: UpdateProjectComplianceViolationInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
ComplianceManagementProjectsComplianceViolationID! |
Global ID of the project compliance violation to update. |
status
|
ComplianceViolationStatus! |
New status for the project compliance violation. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
complianceViolation
|
ProjectComplianceViolation |
Compliance violation after status update. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.updateRequirement
Input type: UpdateRequirementInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the requirement. |
iid {warning-solid}
|
String |
Deprecated: Use work_item_iid instead. Deprecated in GitLab 15.8. |
lastTestReportState
|
TestReportState |
Creates a test report for the requirement with the given state. |
projectPath
|
ID! |
Full project path the requirement is associated with. |
state
|
RequirementState |
State of the requirement. |
title
|
String |
Title of the requirement. |
workItemIid
|
String |
IID of the requirement work item to update. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
requirement
|
Requirement |
Requirement after mutation. |
Mutation.updateSnippet
Input type: UpdateSnippetInput
Arguments
| Name | Type | Description |
|---|---|---|
blobActions
|
[SnippetBlobActionInputType!] |
Actions to perform over the snippet repository and blobs. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
description
|
String |
Description of the snippet. |
id
|
SnippetID! |
Global ID of the snippet to update. |
title
|
String |
Title of the snippet. |
visibilityLevel
|
VisibilityLevelsEnum |
Visibility level of the snippet. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
snippet
|
Snippet |
Snippet after mutation. |
Mutation.uploadDelete
Deletes an upload.
Input type: UploadDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
filename
|
String! |
Upload filename. |
groupPath
|
ID |
Full path of the group with which the resource is associated. |
projectPath
|
ID |
Full path of the project with which the resource is associated. |
secret
|
String! |
Secret part of upload path. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
upload
|
FileUpload |
Deleted upload. |
Mutation.userAchievementPrioritiesUpdate
Introduced in GitLab 16.5. Status: Experiment.
Input type: UserAchievementPrioritiesUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
userAchievementIds
|
[AchievementsUserAchievementID!]! |
Global IDs of the user achievements being prioritized, ordered from highest to lowest priority. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
userAchievements
|
[UserAchievement!]! |
Updated user achievements. |
Mutation.userAchievementsDelete
Introduced in GitLab 16.1. Status: Experiment.
Input type: UserAchievementsDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
userAchievementId
|
AchievementsUserAchievementID! |
Global ID of the user achievement being deleted. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
userAchievement
|
UserAchievement |
Deleted user achievement. |
Mutation.userAchievementsUpdate
Introduced in GitLab 17.3. Status: Experiment.
Input type: UserAchievementsUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
showOnProfile
|
Boolean! |
Indicates whether or not the user achievement is visible on the profile. |
userAchievementId
|
AchievementsUserAchievementID! |
Global ID of the user achievement being updated. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
userAchievement
|
UserAchievement |
Achievement award. |
Mutation.userAddOnAssignmentBulkCreate
Input type: UserAddOnAssignmentBulkCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
addOnPurchaseId
|
GitlabSubscriptionsAddOnPurchaseID! |
Global ID of AddOnPurchase to be assigned to. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
userIds
|
[UserID!]! |
Global IDs of user to be assigned. |
Fields
| Name | Type | Description |
|---|---|---|
addOnPurchase
|
AddOnPurchase |
AddOnPurchase state after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.userAddOnAssignmentBulkRemove
Input type: UserAddOnAssignmentBulkRemoveInput
Arguments
| Name | Type | Description |
|---|---|---|
addOnPurchaseId
|
GitlabSubscriptionsAddOnPurchaseID! |
Global ID of AddOnPurchase to be unassigned from. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
userIds
|
[UserID!]! |
Global IDs of user to be unassigned. |
Fields
| Name | Type | Description |
|---|---|---|
addOnPurchase
|
AddOnPurchase |
AddOnPurchase state after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.userAddOnAssignmentCreate
Input type: UserAddOnAssignmentCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
addOnPurchaseId
|
GitlabSubscriptionsAddOnPurchaseID! |
Global ID of AddOnPurchase to be assigned to. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
userId
|
UserID! |
Global ID of user to be assigned. |
Fields
| Name | Type | Description |
|---|---|---|
addOnPurchase
|
AddOnPurchase |
AddOnPurchase state after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
user
|
AddOnUser |
User who the add-on purchase was assigned to. |
Mutation.userAddOnAssignmentRemove
Input type: UserAddOnAssignmentRemoveInput
Arguments
| Name | Type | Description |
|---|---|---|
addOnPurchaseId
|
GitlabSubscriptionsAddOnPurchaseID! |
Global ID of AddOnPurchase assignment belongs to. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
userId
|
UserID! |
Global ID of user whose assignment will be removed. |
Fields
| Name | Type | Description |
|---|---|---|
addOnPurchase
|
AddOnPurchase |
AddOnPurchase state after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
user
|
AddOnUser |
User that the add-on was removed from. |
Mutation.userCalloutCreate
Input type: UserCalloutCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
featureName
|
String! |
Feature name you want to dismiss the callout for. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
userCallout
|
UserCallout! |
User callout dismissed. |
Mutation.userPreferencesUpdate
Input type: UserPreferencesUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
extensionsMarketplaceOptInStatus
|
ExtensionsMarketplaceOptInStatus |
Status of the Web IDE Extension Marketplace opt-in for the user. |
issuesSort
|
IssueSort |
Sort order for issue lists. |
mergeRequestDashboardListType
|
MergeRequestsDashboardListType |
Merge request dashboard list rendering type. |
mergeRequestsSort
|
MergeRequestSort |
Sort order for issue lists. |
organizationGroupsProjectsDisplay {warning-solid}
|
OrganizationGroupProjectDisplay |
Deprecated: Status: Experiment. Introduced in GitLab 17.2. |
organizationGroupsProjectsSort {warning-solid}
|
OrganizationGroupProjectSort |
Deprecated: Status: Experiment. Introduced in GitLab 17.2. |
projectsSort
|
ProjectSort |
Sort order for projects. |
useWorkItemsView
|
Boolean |
Use work item view instead of legacy issue view. |
visibilityPipelineIdType
|
VisibilityPipelineIdType |
Determines whether the pipeline list shows ID or IID. |
workItemsDisplaySettings {warning-solid}
|
JSON |
Deprecated: Status: Experiment. Introduced in GitLab 18.1. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
userPreferences
|
UserPreferences |
User preferences after mutation. |
Mutation.userSetNamespaceCommitEmail
Input type: UserSetNamespaceCommitEmailInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
emailId
|
EmailID |
ID of the email to set. |
namespaceId
|
NamespaceID! |
ID of the namespace to set the namespace commit email for. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
namespaceCommitEmail
|
NamespaceCommitEmail |
User namespace commit email after mutation. |
Mutation.valueStreamCreate
Creates a value stream.
Introduced in GitLab 16.6. Status: Experiment.
Input type: ValueStreamCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
name
|
String! |
Value stream name. |
namespacePath
|
ID! |
Full path of the namespace(project or group) the value stream is created in. |
setting
|
ValueStreamSettingInput |
Value stream configuration. |
stages
|
[CreateValueStreamStageInput!] |
Value stream stages. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
valueStream
|
ValueStream |
Created value stream. |
Mutation.valueStreamDestroy
Destroy a value stream.
Introduced in GitLab 16.6. Status: Experiment.
Input type: ValueStreamDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
AnalyticsCycleAnalyticsValueStreamID! |
Global ID of the value stream to destroy. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
valueStream
|
ValueStream |
Value stream deleted after mutation. |
Mutation.valueStreamUpdate
Updates a value stream.
Introduced in GitLab 16.6. Status: Experiment.
Input type: ValueStreamUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
AnalyticsCycleAnalyticsValueStreamID! |
Global ID of the value stream to update. |
name
|
String |
Value stream name. |
setting
|
ValueStreamSettingInput |
Value stream configuration. |
stages
|
[UpdateValueStreamStageInput!] |
Value stream stages. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
valueStream
|
ValueStream |
Updated value stream. |
Mutation.verifiedNamespaceCreate
Create a verified namespace and mark all child catalog resources with the passed verification level info.
Input type: VerifiedNamespaceCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
namespacePath
|
ID! |
Root namespace path. |
verificationLevel
|
CiCatalogResourceVerificationLevel! |
Verification level for a root namespace. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.vulnerabilitiesArchive
Introduced in GitLab 17.10. Status: Experiment.
Input type: VulnerabilitiesArchiveInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
date
|
Date! |
Last update date of vulnerabilities being archived. |
projectId
|
ProjectID! |
ID of the project to attach the vulnerability to. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
status
|
String! |
Status of the action. |
Mutation.vulnerabilitiesCreateIssue
Introduced in GitLab 17.9. Status: Experiment.
Input type: VulnerabilitiesCreateIssueInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
project
|
ProjectID! |
ID of the project to attach the issue to. |
vulnerabilityIds
|
[VulnerabilityID!]! |
IDs of vulnerabilities to link to the given issue. Up to 100 can be provided. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issue
|
Issue |
Issue created after mutation. |
Mutation.vulnerabilitiesDismiss
Input type: VulnerabilitiesDismissInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
comment
|
String |
Comment why vulnerability was dismissed (maximum 50,000 characters). |
dismissalReason
|
VulnerabilityDismissalReason |
Reason why vulnerability should be dismissed. |
vulnerabilityIds
|
[VulnerabilityID!]! |
IDs of the vulnerabilities to be dismissed (maximum 100 entries). |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
vulnerabilities
|
[Vulnerability!]! |
Vulnerabilities after state change. |
Mutation.vulnerabilitiesRemoveAllFromProject
Remove all Vulnerabilities and related information from a given project. Introduced in GitLab 16.7.
Input type: VulnerabilitiesRemoveAllFromProjectInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
projectIds
|
[ProjectID!]! |
IDs of project for which all Vulnerabilities should be removed. The deletion will happen in the background so the changes will not be visible immediately. |
resolvedOnDefaultBranch
|
Boolean |
When set as true, deletes only the vulnerabilities no longer detected. When set as false, deletes only the vulnerabilities still detected. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
projects
|
[Project!]! |
Projects for which the deletion was scheduled. |
Mutation.vulnerabilitiesSeverityOverride
Input type: vulnerabilitiesSeverityOverrideInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
comment
|
String! |
Comment why vulnerability severity was changed (maximum 50,000 characters). |
severity
|
VulnerabilitySeverity! |
New severity value for the severities. |
vulnerabilityIds
|
[VulnerabilityID!]! |
IDs of the vulnerabilities for which severity needs to be changed (maximum 100 entries). |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
vulnerabilities
|
[Vulnerability!]! |
Vulnerabilities after severity change. |
Mutation.vulnerabilityConfirm
Input type: VulnerabilityConfirmInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
comment
|
String |
Comment why vulnerability was confirmed (maximum 50,000 characters). |
id
|
VulnerabilityID! |
ID of the vulnerability to be confirmed. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
vulnerability
|
Vulnerability |
Vulnerability after state change. |
Mutation.vulnerabilityCreate
Input type: VulnerabilityCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
confirmedAt
|
Time |
Timestamp of when the vulnerability state changed to confirmed (defaults to creation time if status is confirmed). |
description
|
String! |
Long text section that describes the vulnerability in more detail. |
detectedAt
|
Time |
Timestamp of when the vulnerability was first detected (defaults to creation time). |
dismissedAt
|
Time |
Timestamp of when the vulnerability state changed to dismissed (defaults to creation time if status is dismissed). |
identifiers
|
[VulnerabilityIdentifierInput!]! |
Array of CVE or CWE identifiers for the vulnerability. |
name
|
String! |
Name of the vulnerability. |
project
|
ProjectID! |
ID of the project to attach the vulnerability to. |
resolvedAt
|
Time |
Timestamp of when the vulnerability state changed to resolved (defaults to creation time if status is resolved). |
scanner
|
VulnerabilityScannerInput! |
Information about the scanner used to discover the vulnerability. |
severity
|
VulnerabilitySeverity |
Severity of the vulnerability (defaults to unknown). |
solution
|
String |
Instructions for how to fix the vulnerability. |
state
|
VulnerabilityState |
State of the vulnerability (defaults to detected). |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
vulnerability
|
Vulnerability |
Vulnerability created. |
Mutation.vulnerabilityDismiss
Input type: VulnerabilityDismissInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
comment
|
String |
Comment why vulnerability was dismissed (maximum 50,000 characters). |
dismissalReason
|
VulnerabilityDismissalReason |
Reason why vulnerability should be dismissed. |
id
|
VulnerabilityID! |
ID of the vulnerability to be dismissed. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
vulnerability
|
Vulnerability |
Vulnerability after state change. |
Mutation.vulnerabilityExternalIssueLinkCreate
Input type: VulnerabilityExternalIssueLinkCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
externalTracker
|
VulnerabilityExternalIssueLinkExternalTracker! |
External tracker type of the external issue link. |
id
|
VulnerabilityID! |
ID of the vulnerability. |
linkType
|
VulnerabilityExternalIssueLinkType! |
Type of the external issue link. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
externalIssueLink
|
VulnerabilityExternalIssueLink |
Created external issue link. |
Mutation.vulnerabilityExternalIssueLinkDestroy
Input type: VulnerabilityExternalIssueLinkDestroyInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
VulnerabilitiesExternalIssueLinkID! |
Global ID of the vulnerability external issue link. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.vulnerabilityIssueLinkCreate
Input type: VulnerabilityIssueLinkCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
issueId
|
IssueID! |
ID of the issue to link to. |
vulnerabilityIds
|
[VulnerabilityID!]! |
IDs of vulnerabilities to link to the given issue. Up to 100 can be provided. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
issueLinks
|
[VulnerabilityIssueLink!] |
Created issue links. |
Mutation.vulnerabilityResolve
Input type: VulnerabilityResolveInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
comment
|
String |
Comment why vulnerability was resolved (maximum 50,000 characters). |
id
|
VulnerabilityID! |
ID of the vulnerability to be resolved. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
vulnerability
|
Vulnerability |
Vulnerability after state change. |
Mutation.vulnerabilityRevertToDetected
Input type: VulnerabilityRevertToDetectedInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
comment
|
String |
Comment why vulnerability was reverted to detected (maximum 50,000 characters). |
id
|
VulnerabilityID! |
ID of the vulnerability to be reverted to detected. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
vulnerability
|
Vulnerability |
Vulnerability after state change. |
Mutation.wikiPageSubscribe
Introduced in GitLab 18.1. Status: Experiment.
Input type: WikiPageSubscribeInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
WikiPageMetaID! |
Global ID of the wiki page meta record. |
subscribed
|
Boolean! |
Desired state of the subscription. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
wikiPage
|
WikiPage |
Wiki page after mutation. |
Mutation.workItemAddClosingMergeRequest
Adds a closing merge request to a work item.
Introduced in GitLab 17.1. Status: Experiment.
Input type: WorkItemAddClosingMergeRequestInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
contextNamespacePath
|
ID |
Full path of the context namespace (project or group). Only project full paths are used to find a merge request using a short reference syntax like !1. Ignored for full references and URLs. Defaults to the namespace of the work item if not provided. |
id
|
WorkItemID! |
Global ID of the work item. |
mergeRequestReference
|
String! |
Merge request reference (short, full or URL). Example: !1, project_full_path!1 or https://gitlab.com/gitlab-org/gitlab/-/merge_requests/1. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
closingMergeRequest
|
WorkItemClosingMergeRequest |
Closing merge request added to the work item. |
errors
|
[String!]! |
Errors encountered during the mutation. |
workItem
|
WorkItem |
Work item with new closing merge requests. |
Mutation.workItemAddLinkedItems
Add linked items to the work item.
Introduced in GitLab 16.3. Status: Experiment.
Input type: WorkItemAddLinkedItemsInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
WorkItemID! |
Global ID of the work item. |
linkType
|
WorkItemRelatedLinkType |
Type of link. Defaults to RELATED. |
workItemsIds
|
[WorkItemID!]! |
Global IDs of the items to link. Maximum number of IDs you can provide: 10. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
message
|
String |
Linked items update result message. |
workItem
|
WorkItem |
Updated work item. |
Mutation.workItemBulkMove
Allows move several work items.
Introduced in GitLab 18.2. Status: Experiment.
Input type: WorkItemBulkMoveInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
ids
|
[WorkItemID!]! |
Global ID array of the work items that will be moved. IDs that the user can't move will be ignored. A max of 100 can be provided. |
sourceFullPath
|
String! |
Full path of the source namespace. For example, gitlab-org/gitlab-foss. |
targetFullPath
|
String! |
Full path of the target namespace. For example, gitlab-org/gitlab-foss. Only project namespaces are supported. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
movedWorkItemCount
|
Int |
Number of work items that were successfully moved. |
Mutation.workItemBulkUpdate
Allows updating several properties for a set of work items.
Introduced in GitLab 17.4. Status: Experiment.
Input type: WorkItemBulkUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
assigneesWidget {warning-solid}
|
WorkItemWidgetAssigneesInput |
Deprecated: Status: Experiment. Introduced in GitLab 18.2. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
confidential {warning-solid}
|
Boolean |
Deprecated: Status: Experiment. Introduced in GitLab 18.2. |
fullPath {warning-solid}
|
ID |
Deprecated: Status: Experiment. Introduced in GitLab 18.2. |
healthStatusWidget {warning-solid}
|
WorkItemWidgetHealthStatusInput |
Deprecated: Status: Experiment. Introduced in GitLab 18.2. |
hierarchyWidget {warning-solid}
|
WorkItemWidgetHierarchyCreateInput |
Deprecated: Status: Experiment. Introduced in GitLab 18.2. |
ids
|
[WorkItemID!]! |
Global ID array of the work items that will be updated. IDs that the user can't update will be ignored. A max of 100 can be provided. |
iterationWidget {warning-solid}
|
WorkItemWidgetIterationInput |
Deprecated: Status: Experiment. Introduced in GitLab 18.2. |
labelsWidget
|
WorkItemWidgetLabelsUpdateInput |
Input for labels widget. |
milestoneWidget {warning-solid}
|
WorkItemWidgetMilestoneInput |
Deprecated: Status: Experiment. Introduced in GitLab 18.2. |
parentId {warning-solid}
|
WorkItemsParentID |
Deprecated: Use full_path instead. Deprecated in GitLab 18.2. |
stateEvent {warning-solid}
|
WorkItemStateEvent |
Deprecated: Status: Experiment. Introduced in GitLab 18.2. |
subscriptionEvent {warning-solid}
|
WorkItemSubscriptionEvent |
Deprecated: Status: Experiment. Introduced in GitLab 18.2. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
updatedWorkItemCount
|
Int |
Number of work items that were successfully updated. |
Mutation.workItemConvert
Converts the work item to a new type.
Introduced in GitLab 15.11. Status: Experiment.
Input type: WorkItemConvertInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
WorkItemID! |
Global ID of the work item. |
workItemTypeId
|
WorkItemsTypeID! |
Global ID of the new work item type. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
workItem
|
WorkItem |
Updated work item. |
Mutation.workItemCreate
Creates a work item.
Introduced in GitLab 15.1. Status: Experiment.
Input type: WorkItemCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
assigneesWidget
|
WorkItemWidgetAssigneesInput |
Input for assignees widget. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
colorWidget
|
WorkItemWidgetColorInput |
Input for color widget. |
confidential
|
Boolean |
Sets the work item confidentiality. |
createdAt
|
Time |
Timestamp when the work item was created. Available only for admins and project owners. |
crmContactsWidget
|
WorkItemWidgetCrmContactsCreateInput |
Input for CRM contacts widget. |
customFieldsWidget {warning-solid}
|
[WorkItemWidgetCustomFieldValueInputType!] |
Deprecated: Status: Experiment. Introduced in GitLab 17.10. |
description {warning-solid}
|
String |
Deprecated: use description widget instead. Deprecated in GitLab 16.9. |
descriptionWidget
|
WorkItemWidgetDescriptionInput |
Input for description widget. |
discussionsToResolve
|
WorkItemResolveDiscussionsInput |
Information required to resolve discussions in a noteable, when the work item is created. |
healthStatusWidget
|
WorkItemWidgetHealthStatusInput |
Input for health status widget. |
hierarchyWidget
|
WorkItemWidgetHierarchyCreateInput |
Input for hierarchy widget. |
iterationWidget
|
WorkItemWidgetIterationInput |
Iteration widget of the work item. |
labelsWidget
|
WorkItemWidgetLabelsCreateInput |
Input for labels widget. |
linkedItemsWidget
|
WorkItemWidgetLinkedItemsCreateInput |
Input for linked items widget. |
milestoneWidget
|
WorkItemWidgetMilestoneInput |
Input for milestone widget. |
namespacePath
|
ID |
Full path of the namespace(project or group) the work item is created in. |
projectPath {warning-solid}
|
ID |
Deprecated: Please use namespacePath instead. That will cover for both projects and groups. Deprecated in GitLab 15.10. |
startAndDueDateWidget
|
WorkItemWidgetStartAndDueDateUpdateInput |
Input for start and due date widget. |
statusWidget {warning-solid}
|
WorkItemWidgetStatusInput |
Deprecated: Status: Experiment. Introduced in GitLab 17.11. |
title
|
String! |
Title of the work item. |
vulnerabilityId {warning-solid}
|
VulnerabilityID |
Deprecated: Status: Experiment. Introduced in GitLab 17.9. |
weightWidget
|
WorkItemWidgetWeightInput |
Input for weight widget. |
workItemTypeId
|
WorkItemsTypeID! |
Global ID of a work item type. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
workItem
|
WorkItem |
Created work item. |
Mutation.workItemCreateFromTask
Creates a work item from a task in another work item's description.
Introduced in GitLab 15.1. Status: Experiment.
Input type: WorkItemCreateFromTaskInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
WorkItemID! |
Global ID of the work item. |
workItemData
|
WorkItemConvertTaskInput! |
Arguments necessary to convert a task into a work item. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
newWorkItem
|
WorkItem |
New work item created from task. |
workItem
|
WorkItem |
Updated work item. |
Mutation.workItemDelete
Deletes a work item.
Introduced in GitLab 15.1. Status: Experiment.
Input type: WorkItemDeleteInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
WorkItemID! |
Global ID of the work item. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
namespace
|
Namespace |
Namespace the deleted work item belonged to. |
project {warning-solid}
|
Project |
Deprecated: Use namespace. Deprecated in GitLab 16.9. |
Mutation.workItemExport
Deprecated in GitLab 18.0. Use WorkItemsCsvExport.
Input type: WorkItemExportInput
Arguments
| Name | Type | Description |
|---|---|---|
assigneeUsernames
|
[String!] |
Usernames of users assigned to the work item (maximum is 100 usernames). |
assigneeWildcardId
|
AssigneeWildcardId |
Filter by assignee wildcard. Incompatible with assigneeUsernames. |
authorUsername
|
String |
Filter work items by author username. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
closedAfter
|
Time |
Work items closed after the date. |
closedBefore
|
Time |
Work items closed before the date. |
confidential
|
Boolean |
Filter for confidential work items. If false, excludes confidential work items. If true, returns only confidential work items. |
createdAfter
|
Time |
Work items created after the timestamp. |
createdBefore
|
Time |
Work items created before the timestamp. |
crmContactId
|
String |
Filter by ID of CRM contact. |
crmOrganizationId
|
String |
Filter by ID of CRM contact organization. |
dueAfter
|
Time |
Work items due after the timestamp. |
dueBefore
|
Time |
Work items due before the timestamp. |
healthStatusFilter {warning-solid}
|
HealthStatusFilter |
Deprecated: Status: Experiment. Introduced in GitLab 18.2. |
iids
|
[String!] |
List of IIDs of work items. For example, ["1", "2"] (maximum is 100 IIDs). |
in
|
[IssuableSearchableField!] |
Specify the fields to perform the search in. Defaults to [TITLE, DESCRIPTION]. Requires the search argument.'. |
iterationCadenceId {warning-solid}
|
[IterationsCadenceID!] |
Deprecated: Status: Experiment. Introduced in GitLab 18.2. |
iterationId {warning-solid}
|
[ID] |
Deprecated: Status: Experiment. Introduced in GitLab 18.2. |
iterationWildcardId {warning-solid}
|
IterationWildcardId |
Deprecated: Status: Experiment. Introduced in GitLab 18.2. |
labelName
|
[String!] |
Labels applied to the work item (maximum is 100 labels). |
milestoneTitle
|
[String!] |
Milestone applied to the work item (maximum is 100 milestones). |
milestoneWildcardId
|
MilestoneWildcardId |
Filter by milestone ID wildcard. Incompatible with milestoneTitle. |
myReactionEmoji
|
String |
Filter by reaction emoji applied by the current user. Wildcard values NONE and ANY are supported. |
not
|
NegatedWorkItemFilterInput |
Negated work item arguments. |
or
|
UnionedWorkItemFilterInput |
List of arguments with inclusive OR. |
parentIds
|
[WorkItemID!] |
Filter work items by global IDs of their parent items (maximum is 100 IDs). |
projectPath
|
ID! |
Full project path. |
releaseTag
|
[String!] |
Release tag associated with the work item's milestone (maximum is 100 tags). Ignored when parent is a group. |
releaseTagWildcardId
|
ReleaseTagWildcardId |
Filter by release tag wildcard. |
search
|
String |
Search query for title or description. |
selectedFields
|
[AvailableExportFields!] |
List of selected fields to be exported. Omit to export all available fields. |
state
|
IssuableState |
Current state of the work item. |
subscribed
|
SubscriptionStatus |
Work items the current user is subscribed to. |
types
|
[IssueType!] |
Filter work items by the given work item types. |
updatedAfter
|
Time |
Work items updated after the timestamp. |
updatedBefore
|
Time |
Work items updated before the timestamp. |
weight {warning-solid}
|
String |
Deprecated: Status: Experiment. Introduced in GitLab 18.2. |
weightWildcardId {warning-solid}
|
WeightWildcardId |
Deprecated: Status: Experiment. Introduced in GitLab 18.2. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
message
|
String |
Export request result message. |
Mutation.workItemHierarchyAddChildrenItems
Adds children to a given work item's hierarchy by Global ID.
Introduced in GitLab 18.2. Status: Experiment.
Input type: WorkItemHierarchyAddChildrenItemsInput
Arguments
| Name | Type | Description |
|---|---|---|
childrenIds
|
[WorkItemID!]! |
Global IDs of children work items. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
WorkItemID! |
Global ID of the work item. |
Fields
| Name | Type | Description |
|---|---|---|
addedChildren
|
[WorkItem!]! |
Work items that were added as children. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
Mutation.workItemRemoveLinkedItems
Remove items linked to the work item.
Introduced in GitLab 16.3. Status: Experiment.
Input type: WorkItemRemoveLinkedItemsInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
WorkItemID! |
Global ID of the work item. |
workItemsIds
|
[WorkItemID!]! |
Global IDs of the items to unlink. Maximum number of IDs you can provide: 10. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
message
|
String |
Linked items update result message. |
workItem
|
WorkItem |
Updated work item. |
Mutation.workItemSubscribe
Introduced in GitLab 16.3. Status: Experiment.
Input type: WorkItemSubscribeInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
WorkItemID! |
Global ID of the work item. |
subscribed
|
Boolean! |
Desired state of the subscription. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
workItem
|
WorkItem |
Work item after mutation. |
Mutation.workItemUpdate
Updates a work item by Global ID.
Introduced in GitLab 15.1. Status: Experiment.
Input type: WorkItemUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
assigneesWidget
|
WorkItemWidgetAssigneesInput |
Input for assignees widget. |
awardEmojiWidget
|
WorkItemWidgetAwardEmojiUpdateInput |
Input for emoji reactions widget. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
colorWidget
|
WorkItemWidgetColorInput |
Input for color widget. |
confidential
|
Boolean |
Sets the work item confidentiality. |
crmContactsWidget
|
WorkItemWidgetCrmContactsUpdateInput |
Input for CRM contacts widget. |
currentUserTodosWidget
|
WorkItemWidgetCurrentUserTodosInput |
Input for to-dos widget. |
customFieldsWidget {warning-solid}
|
[WorkItemWidgetCustomFieldValueInputType!] |
Deprecated: Status: Experiment. Introduced in GitLab 17.10. |
descriptionWidget
|
WorkItemWidgetDescriptionInput |
Input for description widget. |
healthStatusWidget
|
WorkItemWidgetHealthStatusInput |
Input for health status widget. |
hierarchyWidget
|
WorkItemWidgetHierarchyUpdateInput |
Input for hierarchy widget. |
id
|
WorkItemID! |
Global ID of the work item. |
iterationWidget
|
WorkItemWidgetIterationInput |
Input for iteration widget. |
labelsWidget
|
WorkItemWidgetLabelsUpdateInput |
Input for labels widget. |
milestoneWidget
|
WorkItemWidgetMilestoneInput |
Input for milestone widget. |
notesWidget
|
WorkItemWidgetNotesInput |
Input for notes widget. |
notificationsWidget
|
WorkItemWidgetNotificationsUpdateInput |
Input for notifications widget. |
progressWidget
|
WorkItemWidgetProgressInput |
Input for progress widget. |
startAndDueDateWidget
|
WorkItemWidgetStartAndDueDateUpdateInput |
Input for start and due date widget. |
stateEvent
|
WorkItemStateEvent |
Close or reopen a work item. |
statusWidget {warning-solid}
|
WorkItemWidgetStatusInput |
Deprecated: Status: Experiment. Introduced in GitLab 17.11. |
timeTrackingWidget
|
WorkItemWidgetTimeTrackingInput |
Input for time tracking widget. |
title
|
String |
Title of the work item. |
verificationStatusWidget
|
VerificationStatusInput |
Input for verification status widget. |
weightWidget
|
WorkItemWidgetWeightInput |
Input for weight widget. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
workItem
|
WorkItem |
Updated work item. |
Mutation.workItemUserPreferenceUpdate
Create or Update user preferences for a work item type and namespace.
Introduced in GitLab 17.10. Status: Experiment.
Input type: WorkItemUserPreferenceUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
displaySettings
|
JSON |
Display settings for the work item lists. |
namespacePath
|
ID! |
Full path of the namespace on which the preference is set. |
sort
|
WorkItemSort |
Sort order for work item lists. |
workItemTypeId
|
WorkItemsTypeID |
Global ID of a work item type. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
userPreferences
|
WorkItemTypesUserPreference |
User preferences. |
Mutation.workItemsCsvExport
Introduced in GitLab 15.10. Status: Experiment.
Input type: WorkItemsCsvExportInput
Arguments
| Name | Type | Description |
|---|---|---|
assigneeUsernames
|
[String!] |
Usernames of users assigned to the work item (maximum is 100 usernames). |
assigneeWildcardId
|
AssigneeWildcardId |
Filter by assignee wildcard. Incompatible with assigneeUsernames. |
authorUsername
|
String |
Filter work items by author username. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
closedAfter
|
Time |
Work items closed after the date. |
closedBefore
|
Time |
Work items closed before the date. |
confidential
|
Boolean |
Filter for confidential work items. If false, excludes confidential work items. If true, returns only confidential work items. |
createdAfter
|
Time |
Work items created after the timestamp. |
createdBefore
|
Time |
Work items created before the timestamp. |
crmContactId
|
String |
Filter by ID of CRM contact. |
crmOrganizationId
|
String |
Filter by ID of CRM contact organization. |
dueAfter
|
Time |
Work items due after the timestamp. |
dueBefore
|
Time |
Work items due before the timestamp. |
healthStatusFilter {warning-solid}
|
HealthStatusFilter |
Deprecated: Status: Experiment. Introduced in GitLab 18.2. |
iids
|
[String!] |
List of IIDs of work items. For example, ["1", "2"] (maximum is 100 IIDs). |
in
|
[IssuableSearchableField!] |
Specify the fields to perform the search in. Defaults to [TITLE, DESCRIPTION]. Requires the search argument.'. |
iterationCadenceId {warning-solid}
|
[IterationsCadenceID!] |
Deprecated: Status: Experiment. Introduced in GitLab 18.2. |
iterationId {warning-solid}
|
[ID] |
Deprecated: Status: Experiment. Introduced in GitLab 18.2. |
iterationWildcardId {warning-solid}
|
IterationWildcardId |
Deprecated: Status: Experiment. Introduced in GitLab 18.2. |
labelName
|
[String!] |
Labels applied to the work item (maximum is 100 labels). |
milestoneTitle
|
[String!] |
Milestone applied to the work item (maximum is 100 milestones). |
milestoneWildcardId
|
MilestoneWildcardId |
Filter by milestone ID wildcard. Incompatible with milestoneTitle. |
myReactionEmoji
|
String |
Filter by reaction emoji applied by the current user. Wildcard values NONE and ANY are supported. |
not
|
NegatedWorkItemFilterInput |
Negated work item arguments. |
or
|
UnionedWorkItemFilterInput |
List of arguments with inclusive OR. |
parentIds
|
[WorkItemID!] |
Filter work items by global IDs of their parent items (maximum is 100 IDs). |
projectPath
|
ID! |
Full project path. |
releaseTag
|
[String!] |
Release tag associated with the work item's milestone (maximum is 100 tags). Ignored when parent is a group. |
releaseTagWildcardId
|
ReleaseTagWildcardId |
Filter by release tag wildcard. |
search
|
String |
Search query for title or description. |
selectedFields
|
[AvailableExportFields!] |
List of selected fields to be exported. Omit to export all available fields. |
state
|
IssuableState |
Current state of the work item. |
subscribed
|
SubscriptionStatus |
Work items the current user is subscribed to. |
types
|
[IssueType!] |
Filter work items by the given work item types. |
updatedAfter
|
Time |
Work items updated after the timestamp. |
updatedBefore
|
Time |
Work items updated before the timestamp. |
weight {warning-solid}
|
String |
Deprecated: Status: Experiment. Introduced in GitLab 18.2. |
weightWildcardId {warning-solid}
|
WeightWildcardId |
Deprecated: Status: Experiment. Introduced in GitLab 18.2. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
message
|
String |
Export request result message. |
Mutation.workItemsCsvImport
Introduced in GitLab 18.2. Status: Experiment.
Input type: WorkItemsCsvImportInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
file
|
Upload! |
CSV file to import work items from. |
projectPath
|
ID! |
Full project path. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
message
|
String |
Import request result message. |
Mutation.workItemsHierarchyReorder
Reorder a work item in the hierarchy tree.
Introduced in GitLab 17.3. Status: Experiment.
Input type: workItemsHierarchyReorderInput
Arguments
| Name | Type | Description |
|---|---|---|
adjacentWorkItemId
|
WorkItemID |
ID of the work item to move next to. For example, the item above or below. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
id
|
WorkItemID! |
Global ID of the work item to be reordered. |
parentId
|
WorkItemID |
Global ID of the new parent work item. |
relativePosition
|
RelativePositionType |
Position relative to the adjacent work item. Valid values are BEFORE or AFTER. |
Fields
| Name | Type | Description |
|---|---|---|
adjacentWorkItem
|
WorkItem |
Adjacent work item after mutation. |
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
parentWorkItem
|
WorkItem |
Work item's parent after mutation. |
workItem
|
WorkItem |
Work item after mutation. |
Mutation.workspaceCreate
Input type: WorkspaceCreateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
clusterAgentId
|
ClustersAgentID! |
GlobalID of the cluster agent the created workspace will be associated with. |
desiredState
|
String! |
Desired state of the created workspace. |
devfilePath
|
String |
Project path containing the devfile used to configure the workspace. If not provided, the GitLab default devfile is used. |
devfileRef {warning-solid}
|
String |
Deprecated: Argument is renamed to project_ref. Deprecated in GitLab 17.8. |
editor {warning-solid}
|
String |
Deprecated: Argument is not used. Deprecated in GitLab 17.5. |
maxHoursBeforeTermination {warning-solid}
|
Int |
Deprecated: Field is not used. Deprecated in GitLab 17.9. |
projectId
|
ProjectID! |
ID of the project that will provide the Devfile for the created workspace. |
projectRef
|
String |
Project repo git ref. |
variables {warning-solid}
|
[WorkspaceVariableInput!] |
Deprecated: Argument is renamed to workspace_variables. Deprecated in GitLab 18.0. |
workspaceVariables {warning-solid}
|
[WorkspaceVariableInput!] |
Deprecated: Status: Experiment. Introduced in GitLab 18.0. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
workspace
|
Workspace |
Created workspace. |
Mutation.workspaceUpdate
Input type: WorkspaceUpdateInput
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
desiredState
|
String! |
Desired state of the created workspace. |
id
|
RemoteDevelopmentWorkspaceID! |
Global ID of the workspace. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId
|
String |
A unique identifier for the client performing the mutation. |
errors
|
[String!]! |
Errors encountered during the mutation. |
workspace
|
Workspace |
Created workspace. |
Connections
Some types in our schema are Connection types - they represent a paginated
collection of edges between two nodes in the graph. These follow the
Relay cursor connections specification.
Pagination arguments
All connection fields support the following pagination arguments:
| Name | Type | Description |
|---|---|---|
after |
String |
Returns the elements in the list that come after the specified cursor. |
before |
String |
Returns the elements in the list that come before the specified cursor. |
first |
Int |
Returns the first n elements from the list. |
last |
Int |
Returns the last n elements from the list. |
Since these arguments are common to all connection fields, they are not repeated for each connection.
Connection fields
All connections have at least the following fields:
| Name | Type | Description |
|---|---|---|
pageInfo |
PageInfo! |
Pagination information. |
edges |
[edge!] |
The edges. |
nodes |
[item!] |
The items in the current page. |
The precise type of Edge and Item depends on the kind of connection. A
ProjectConnection will have nodes that have the type
[Project!], and edges that have the type ProjectEdge.
Connection types
Some of the types in the schema exist solely to model connections. Each connection has a distinct, named type, with a distinct named edge type. These are listed separately below.
AbuseReportDiscussionConnection
The connection type for AbuseReportDiscussion.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[AbuseReportDiscussionEdge] |
A list of edges. |
nodes
|
[AbuseReportDiscussion] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AbuseReportDiscussionEdge
The edge type for AbuseReportDiscussion.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AbuseReportDiscussion |
The item at the end of the edge. |
AbuseReportLabelConnection
The connection type for AbuseReportLabel.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[AbuseReportLabelEdge] |
A list of edges. |
nodes
|
[AbuseReportLabel] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AbuseReportLabelEdge
The edge type for AbuseReportLabel.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AbuseReportLabel |
The item at the end of the edge. |
AbuseReportNoteConnection
The connection type for AbuseReportNote.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[AbuseReportNoteEdge] |
A list of edges. |
nodes
|
[AbuseReportNote] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AbuseReportNoteEdge
The edge type for AbuseReportNote.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AbuseReportNote |
The item at the end of the edge. |
AccessLevelDeployKeyConnection
The connection type for AccessLevelDeployKey.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[AccessLevelDeployKeyEdge] |
A list of edges. |
nodes
|
[AccessLevelDeployKey] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AccessLevelDeployKeyEdge
The edge type for AccessLevelDeployKey.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AccessLevelDeployKey |
The item at the end of the edge. |
AchievementConnection
The connection type for Achievement.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[AchievementEdge] |
A list of edges. |
nodes
|
[Achievement] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AchievementEdge
The edge type for Achievement.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
Achievement |
The item at the end of the edge. |
AddOnUserConnection
The connection type for AddOnUser.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[AddOnUserEdge] |
A list of edges. |
nodes
|
[AddOnUser] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AddOnUserEdge
The edge type for AddOnUser.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AddOnUser |
The item at the end of the edge. |
AdminMemberRoleConnection
The connection type for AdminMemberRole.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[AdminMemberRoleEdge] |
A list of edges. |
nodes
|
[AdminMemberRole] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AdminMemberRoleEdge
The edge type for AdminMemberRole.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AdminMemberRole |
The item at the end of the edge. |
AgentConfigurationConnection
The connection type for AgentConfiguration.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[AgentConfigurationEdge] |
A list of edges. |
nodes
|
[AgentConfiguration] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AgentConfigurationEdge
The edge type for AgentConfiguration.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AgentConfiguration |
The item at the end of the edge. |
AiAgentConnection
The connection type for AiAgent.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[AiAgentEdge] |
A list of edges. |
nodes
|
[AiAgent] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AiAgentEdge
The edge type for AiAgent.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AiAgent |
The item at the end of the edge. |
AiCatalogItemConnection
The connection type for AiCatalogItem.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[AiCatalogItemEdge] |
A list of edges. |
nodes
|
[AiCatalogItem] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AiCatalogItemConsumerConnection
The connection type for AiCatalogItemConsumer.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[AiCatalogItemConsumerEdge] |
A list of edges. |
nodes
|
[AiCatalogItemConsumer] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AiCatalogItemConsumerEdge
The edge type for AiCatalogItemConsumer.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AiCatalogItemConsumer |
The item at the end of the edge. |
AiCatalogItemEdge
The edge type for AiCatalogItem.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AiCatalogItem |
The item at the end of the edge. |
AiCatalogItemVersionConnection
The connection type for AiCatalogItemVersion.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[AiCatalogItemVersionEdge] |
A list of edges. |
nodes
|
[AiCatalogItemVersion] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AiCatalogItemVersionEdge
The edge type for AiCatalogItemVersion.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AiCatalogItemVersion |
The item at the end of the edge. |
AiConversationsThreadConnection
The connection type for AiConversationsThread.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[AiConversationsThreadEdge] |
A list of edges. |
nodes
|
[AiConversationsThread] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AiConversationsThreadEdge
The edge type for AiConversationsThread.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AiConversationsThread |
The item at the end of the edge. |
AiFeatureSettingConnection
The connection type for AiFeatureSetting.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[AiFeatureSettingEdge] |
A list of edges. |
nodes
|
[AiFeatureSetting] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AiFeatureSettingEdge
The edge type for AiFeatureSetting.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AiFeatureSetting |
The item at the end of the edge. |
AiMessageConnection
The connection type for AiMessage.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[AiMessageEdge] |
A list of edges. |
nodes
|
[AiMessage] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AiMessageEdge
The edge type for AiMessage.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AiMessage |
The item at the end of the edge. |
AiModelSelectionNamespaceFeatureSettingConnection
The connection type for AiModelSelectionNamespaceFeatureSetting.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[AiModelSelectionNamespaceFeatureSettingEdge] |
A list of edges. |
nodes
|
[AiModelSelectionNamespaceFeatureSetting] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AiModelSelectionNamespaceFeatureSettingEdge
The edge type for AiModelSelectionNamespaceFeatureSetting.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AiModelSelectionNamespaceFeatureSetting |
The item at the end of the edge. |
AiSelfHostedModelConnection
The connection type for AiSelfHostedModel.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[AiSelfHostedModelEdge] |
A list of edges. |
nodes
|
[AiSelfHostedModel] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AiSelfHostedModelEdge
The edge type for AiSelfHostedModel.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AiSelfHostedModel |
The item at the end of the edge. |
AiUserMetricsConnection
The connection type for AiUserMetrics.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[AiUserMetricsEdge] |
A list of edges. |
nodes
|
[AiUserMetrics] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AiUserMetricsEdge
The edge type for AiUserMetrics.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AiUserMetrics |
The item at the end of the edge. |
AiXrayReportConnection
The connection type for AiXrayReport.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[AiXrayReportEdge] |
A list of edges. |
nodes
|
[AiXrayReport] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AiXrayReportEdge
The edge type for AiXrayReport.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AiXrayReport |
The item at the end of the edge. |
AlertManagementAlertConnection
The connection type for AlertManagementAlert.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[AlertManagementAlertEdge] |
A list of edges. |
nodes
|
[AlertManagementAlert] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AlertManagementAlertEdge
The edge type for AlertManagementAlert.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AlertManagementAlert |
The item at the end of the edge. |
AlertManagementHttpIntegrationConnection
The connection type for AlertManagementHttpIntegration.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[AlertManagementHttpIntegrationEdge] |
A list of edges. |
nodes
|
[AlertManagementHttpIntegration] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AlertManagementHttpIntegrationEdge
The edge type for AlertManagementHttpIntegration.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AlertManagementHttpIntegration |
The item at the end of the edge. |
AlertManagementIntegrationConnection
The connection type for AlertManagementIntegration.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[AlertManagementIntegrationEdge] |
A list of edges. |
nodes
|
[AlertManagementIntegration] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AlertManagementIntegrationEdge
The edge type for AlertManagementIntegration.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AlertManagementIntegration |
The item at the end of the edge. |
AmazonS3ConfigurationTypeConnection
The connection type for AmazonS3ConfigurationType.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[AmazonS3ConfigurationTypeEdge] |
A list of edges. |
nodes
|
[AmazonS3ConfigurationType] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AmazonS3ConfigurationTypeEdge
The edge type for AmazonS3ConfigurationType.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AmazonS3ConfigurationType |
The item at the end of the edge. |
ApprovalPolicyConnection
The connection type for ApprovalPolicy.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ApprovalPolicyEdge] |
A list of edges. |
nodes
|
[ApprovalPolicy] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ApprovalPolicyEdge
The edge type for ApprovalPolicy.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ApprovalPolicy |
The item at the end of the edge. |
ApprovalProjectRuleConnection
The connection type for ApprovalProjectRule.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ApprovalProjectRuleEdge] |
A list of edges. |
nodes
|
[ApprovalProjectRule] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ApprovalProjectRuleEdge
The edge type for ApprovalProjectRule.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ApprovalProjectRule |
The item at the end of the edge. |
AuditEventDefinitionConnection
The connection type for AuditEventDefinition.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[AuditEventDefinitionEdge] |
A list of edges. |
nodes
|
[AuditEventDefinition] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AuditEventDefinitionEdge
The edge type for AuditEventDefinition.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AuditEventDefinition |
The item at the end of the edge. |
AuditEventStreamingHeaderConnection
The connection type for AuditEventStreamingHeader.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[AuditEventStreamingHeaderEdge] |
A list of edges. |
nodes
|
[AuditEventStreamingHeader] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AuditEventStreamingHeaderEdge
The edge type for AuditEventStreamingHeader.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AuditEventStreamingHeader |
The item at the end of the edge. |
AuditEventsStreamingInstanceHeaderConnection
The connection type for AuditEventsStreamingInstanceHeader.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[AuditEventsStreamingInstanceHeaderEdge] |
A list of edges. |
nodes
|
[AuditEventsStreamingInstanceHeader] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AuditEventsStreamingInstanceHeaderEdge
The edge type for AuditEventsStreamingInstanceHeader.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AuditEventsStreamingInstanceHeader |
The item at the end of the edge. |
AwardEmojiConnection
The connection type for AwardEmoji.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[AwardEmojiEdge] |
A list of edges. |
nodes
|
[AwardEmoji] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
AwardEmojiEdge
The edge type for AwardEmoji.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
AwardEmoji |
The item at the end of the edge. |
BlobConnection
The connection type for Blob.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[BlobEdge] |
A list of edges. |
nodes
|
[Blob] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
BlobEdge
The edge type for Blob.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
Blob |
The item at the end of the edge. |
BoardConnection
The connection type for Board.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[BoardEdge] |
A list of edges. |
nodes
|
[Board] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
BoardEdge
The edge type for Board.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
Board |
The item at the end of the edge. |
BoardEpicConnection
The connection type for BoardEpic.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[BoardEpicEdge] |
A list of edges. |
nodes
|
[BoardEpic] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
BoardEpicEdge
The edge type for BoardEpic.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
BoardEpic |
The item at the end of the edge. |
BoardListConnection
The connection type for BoardList.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[BoardListEdge] |
A list of edges. |
nodes
|
[BoardList] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
BoardListEdge
The edge type for BoardList.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
BoardList |
The item at the end of the edge. |
BranchRuleConnection
The connection type for BranchRule.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[BranchRuleEdge] |
A list of edges. |
nodes
|
[BranchRule] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
BranchRuleEdge
The edge type for BranchRule.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
BranchRule |
The item at the end of the edge. |
CiBuildNeedConnection
The connection type for CiBuildNeed.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CiBuildNeedEdge] |
A list of edges. |
nodes
|
[CiBuildNeed] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiBuildNeedEdge
The edge type for CiBuildNeed.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiBuildNeed |
The item at the end of the edge. |
CiCatalogResourceComponentConnection
The connection type for CiCatalogResourceComponent.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CiCatalogResourceComponentEdge] |
A list of edges. |
nodes
|
[CiCatalogResourceComponent] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiCatalogResourceComponentEdge
The edge type for CiCatalogResourceComponent.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiCatalogResourceComponent |
The item at the end of the edge. |
CiCatalogResourceComponentUsageConnection
The connection type for CiCatalogResourceComponentUsage.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CiCatalogResourceComponentUsageEdge] |
A list of edges. |
nodes
|
[CiCatalogResourceComponentUsage] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiCatalogResourceComponentUsageEdge
The edge type for CiCatalogResourceComponentUsage.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiCatalogResourceComponentUsage |
The item at the end of the edge. |
CiCatalogResourceConnection
The connection type for CiCatalogResource.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[CiCatalogResourceEdge] |
A list of edges. |
nodes
|
[CiCatalogResource] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiCatalogResourceEdge
The edge type for CiCatalogResource.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiCatalogResource |
The item at the end of the edge. |
CiCatalogResourceVersionConnection
The connection type for CiCatalogResourceVersion.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[CiCatalogResourceVersionEdge] |
A list of edges. |
nodes
|
[CiCatalogResourceVersion] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiCatalogResourceVersionEdge
The edge type for CiCatalogResourceVersion.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiCatalogResourceVersion |
The item at the end of the edge. |
CiConfigGroupConnection
The connection type for CiConfigGroup.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CiConfigGroupEdge] |
A list of edges. |
nodes
|
[CiConfigGroup] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiConfigGroupEdge
The edge type for CiConfigGroup.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiConfigGroup |
The item at the end of the edge. |
CiConfigJobConnection
The connection type for CiConfigJob.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CiConfigJobEdge] |
A list of edges. |
nodes
|
[CiConfigJob] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiConfigJobEdge
The edge type for CiConfigJob.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiConfigJob |
The item at the end of the edge. |
CiConfigNeedConnection
The connection type for CiConfigNeed.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CiConfigNeedEdge] |
A list of edges. |
nodes
|
[CiConfigNeed] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiConfigNeedEdge
The edge type for CiConfigNeed.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiConfigNeed |
The item at the end of the edge. |
CiConfigStageConnection
The connection type for CiConfigStage.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CiConfigStageEdge] |
A list of edges. |
nodes
|
[CiConfigStage] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiConfigStageEdge
The edge type for CiConfigStage.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiConfigStage |
The item at the end of the edge. |
CiDedicatedHostedRunnerUsageConnection
The connection type for CiDedicatedHostedRunnerUsage.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CiDedicatedHostedRunnerUsageEdge] |
A list of edges. |
nodes
|
[CiDedicatedHostedRunnerUsage] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiDedicatedHostedRunnerUsageEdge
The edge type for CiDedicatedHostedRunnerUsage.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiDedicatedHostedRunnerUsage |
The item at the end of the edge. |
CiDeletedRunnerConnection
The connection type for CiDeletedRunner.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CiDeletedRunnerEdge] |
A list of edges. |
nodes
|
[CiDeletedRunner] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiDeletedRunnerEdge
The edge type for CiDeletedRunner.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiDeletedRunner |
The item at the end of the edge. |
CiGroupConnection
The connection type for CiGroup.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CiGroupEdge] |
A list of edges. |
nodes
|
[CiGroup] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiGroupEdge
The edge type for CiGroup.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiGroup |
The item at the end of the edge. |
CiGroupEnvironmentScopeConnection
The connection type for CiGroupEnvironmentScope.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CiGroupEnvironmentScopeEdge] |
A list of edges. |
nodes
|
[CiGroupEnvironmentScope] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiGroupEnvironmentScopeEdge
The edge type for CiGroupEnvironmentScope.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiGroupEnvironmentScope |
The item at the end of the edge. |
CiGroupVariableConnection
The connection type for CiGroupVariable.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CiGroupVariableEdge] |
A list of edges. |
limit
|
Int! |
Maximum amount of group CI/CD variables. |
nodes
|
[CiGroupVariable] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiGroupVariableEdge
The edge type for CiGroupVariable.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiGroupVariable |
The item at the end of the edge. |
CiInputsFieldConnection
The connection type for CiInputsField.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CiInputsFieldEdge] |
A list of edges. |
nodes
|
[CiInputsField] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiInputsFieldEdge
The edge type for CiInputsField.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiInputsField |
The item at the end of the edge. |
CiInstanceVariableConnection
The connection type for CiInstanceVariable.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CiInstanceVariableEdge] |
A list of edges. |
nodes
|
[CiInstanceVariable] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiInstanceVariableEdge
The edge type for CiInstanceVariable.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiInstanceVariable |
The item at the end of the edge. |
CiJobArtifactConnection
The connection type for CiJobArtifact.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CiJobArtifactEdge] |
A list of edges. |
nodes
|
[CiJobArtifact] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiJobArtifactEdge
The edge type for CiJobArtifact.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiJobArtifact |
The item at the end of the edge. |
CiJobConnection
The connection type for CiJob.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CiJobEdge] |
A list of edges. |
nodes
|
[CiJob] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
Fields with arguments
CiJobConnection.count
Limited count of collection. Returns limit + 1 for counts greater than the limit.
Returns Int!.
####### Arguments
| Name | Type | Description |
|---|---|---|
limit
|
Int |
Limit value to be applied to the count query. Default is 1000. |
CiJobEdge
The edge type for CiJob.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiJob |
The item at the end of the edge. |
CiJobInterfaceConnection
The connection type for CiJobInterface.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CiJobInterfaceEdge] |
A list of edges. |
nodes
|
[CiJobInterface] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
Fields with arguments
CiJobInterfaceConnection.count
Limited count of collection. Returns limit + 1 for counts greater than the limit.
Returns Int!.
####### Arguments
| Name | Type | Description |
|---|---|---|
limit
|
Int |
Limit value to be applied to the count query. Default is 1000. |
CiJobInterfaceEdge
The edge type for CiJobInterface.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiJobInterface |
The item at the end of the edge. |
CiJobTokenAccessibleGroupConnection
The connection type for CiJobTokenAccessibleGroup.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CiJobTokenAccessibleGroupEdge] |
A list of edges. |
nodes
|
[CiJobTokenAccessibleGroup] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiJobTokenAccessibleGroupEdge
The edge type for CiJobTokenAccessibleGroup.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiJobTokenAccessibleGroup |
The item at the end of the edge. |
CiJobTokenAccessibleProjectConnection
The connection type for CiJobTokenAccessibleProject.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CiJobTokenAccessibleProjectEdge] |
A list of edges. |
nodes
|
[CiJobTokenAccessibleProject] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiJobTokenAccessibleProjectEdge
The edge type for CiJobTokenAccessibleProject.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiJobTokenAccessibleProject |
The item at the end of the edge. |
CiJobTokenAuthLogConnection
The connection type for CiJobTokenAuthLog.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[CiJobTokenAuthLogEdge] |
A list of edges. |
nodes
|
[CiJobTokenAuthLog] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiJobTokenAuthLogEdge
The edge type for CiJobTokenAuthLog.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiJobTokenAuthLog |
The item at the end of the edge. |
CiJobTokenScopeAllowlistEntryConnection
The connection type for CiJobTokenScopeAllowlistEntry.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[CiJobTokenScopeAllowlistEntryEdge] |
A list of edges. |
nodes
|
[CiJobTokenScopeAllowlistEntry] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiJobTokenScopeAllowlistEntryEdge
The edge type for CiJobTokenScopeAllowlistEntry.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiJobTokenScopeAllowlistEntry |
The item at the end of the edge. |
CiManualVariableConnection
The connection type for CiManualVariable.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CiManualVariableEdge] |
A list of edges. |
nodes
|
[CiManualVariable] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiManualVariableEdge
The edge type for CiManualVariable.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiManualVariable |
The item at the end of the edge. |
CiMinutesNamespaceMonthlyUsageConnection
The connection type for CiMinutesNamespaceMonthlyUsage.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CiMinutesNamespaceMonthlyUsageEdge] |
A list of edges. |
nodes
|
[CiMinutesNamespaceMonthlyUsage] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiMinutesNamespaceMonthlyUsageEdge
The edge type for CiMinutesNamespaceMonthlyUsage.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiMinutesNamespaceMonthlyUsage |
The item at the end of the edge. |
CiMinutesProjectMonthlyUsageConnection
The connection type for CiMinutesProjectMonthlyUsage.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CiMinutesProjectMonthlyUsageEdge] |
A list of edges. |
nodes
|
[CiMinutesProjectMonthlyUsage] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiMinutesProjectMonthlyUsageEdge
The edge type for CiMinutesProjectMonthlyUsage.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiMinutesProjectMonthlyUsage |
The item at the end of the edge. |
CiProjectSubscriptionConnection
The connection type for CiProjectSubscription.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[CiProjectSubscriptionEdge] |
A list of edges. |
nodes
|
[CiProjectSubscription] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiProjectSubscriptionEdge
The edge type for CiProjectSubscription.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiProjectSubscription |
The item at the end of the edge. |
CiProjectVariableConnection
The connection type for CiProjectVariable.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CiProjectVariableEdge] |
A list of edges. |
limit
|
Int! |
Maximum amount of project CI/CD variables. |
nodes
|
[CiProjectVariable] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiProjectVariableEdge
The edge type for CiProjectVariable.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiProjectVariable |
The item at the end of the edge. |
CiRunnerConnection
The connection type for CiRunner.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[CiRunnerEdge] |
A list of edges. |
jobsStatistics
|
CiJobsStatistics |
Jobs statistics for jobs executed by a collection of runners. Available only to admins. |
nodes
|
[CiRunner] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiRunnerEdge
The edge type for CiRunner.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
editUrl
|
String |
Web URL of the runner edit page. The value depends on where you put the field in the query. You can use it for projects or groups. |
node
|
CiRunner |
The item at the end of the edge. |
webUrl
|
String |
Web URL of the runner. The value depends on where you put the field in the query. You can use it for projects or groups. |
CiRunnerManagerConnection
The connection type for CiRunnerManager.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[CiRunnerManagerEdge] |
A list of edges. |
nodes
|
[CiRunnerManager] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiRunnerManagerEdge
The edge type for CiRunnerManager.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiRunnerManager |
The item at the end of the edge. |
CiSecureFileRegistryConnection
The connection type for CiSecureFileRegistry.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CiSecureFileRegistryEdge] |
A list of edges. |
nodes
|
[CiSecureFileRegistry] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
Fields with arguments
CiSecureFileRegistryConnection.count
Limited count of collection. Returns limit + 1 for counts greater than the limit.
Returns Int!.
####### Arguments
| Name | Type | Description |
|---|---|---|
limit
|
Int |
Limit value to be applied to the count query. Default is 1000. |
CiSecureFileRegistryEdge
The edge type for CiSecureFileRegistry.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiSecureFileRegistry |
The item at the end of the edge. |
CiStageConnection
The connection type for CiStage.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CiStageEdge] |
A list of edges. |
nodes
|
[CiStage] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiStageEdge
The edge type for CiStage.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiStage |
The item at the end of the edge. |
CiSubscriptionsProjectConnection
The connection type for CiSubscriptionsProject.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[CiSubscriptionsProjectEdge] |
A list of edges. |
nodes
|
[CiSubscriptionsProject] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CiSubscriptionsProjectEdge
The edge type for CiSubscriptionsProject.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CiSubscriptionsProject |
The item at the end of the edge. |
ClusterAgentActivityEventConnection
The connection type for ClusterAgentActivityEvent.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[ClusterAgentActivityEventEdge] |
A list of edges. |
nodes
|
[ClusterAgentActivityEvent] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ClusterAgentActivityEventEdge
The edge type for ClusterAgentActivityEvent.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ClusterAgentActivityEvent |
The item at the end of the edge. |
ClusterAgentAuthorizationCiAccessConnection
The connection type for ClusterAgentAuthorizationCiAccess.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ClusterAgentAuthorizationCiAccessEdge] |
A list of edges. |
nodes
|
[ClusterAgentAuthorizationCiAccess] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ClusterAgentAuthorizationCiAccessEdge
The edge type for ClusterAgentAuthorizationCiAccess.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ClusterAgentAuthorizationCiAccess |
The item at the end of the edge. |
ClusterAgentAuthorizationUserAccessConnection
The connection type for ClusterAgentAuthorizationUserAccess.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ClusterAgentAuthorizationUserAccessEdge] |
A list of edges. |
nodes
|
[ClusterAgentAuthorizationUserAccess] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ClusterAgentAuthorizationUserAccessEdge
The edge type for ClusterAgentAuthorizationUserAccess.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ClusterAgentAuthorizationUserAccess |
The item at the end of the edge. |
ClusterAgentConnection
The connection type for ClusterAgent.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[ClusterAgentEdge] |
A list of edges. |
nodes
|
[ClusterAgent] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ClusterAgentEdge
The edge type for ClusterAgent.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ClusterAgent |
The item at the end of the edge. |
ClusterAgentTokenConnection
The connection type for ClusterAgentToken.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[ClusterAgentTokenEdge] |
A list of edges. |
nodes
|
[ClusterAgentToken] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ClusterAgentTokenEdge
The edge type for ClusterAgentToken.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ClusterAgentToken |
The item at the end of the edge. |
ClusterAgentUrlConfigurationConnection
The connection type for ClusterAgentUrlConfiguration.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[ClusterAgentUrlConfigurationEdge] |
A list of edges. |
nodes
|
[ClusterAgentUrlConfiguration] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ClusterAgentUrlConfigurationEdge
The edge type for ClusterAgentUrlConfiguration.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ClusterAgentUrlConfiguration |
The item at the end of the edge. |
CodeCoverageActivityConnection
The connection type for CodeCoverageActivity.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CodeCoverageActivityEdge] |
A list of edges. |
nodes
|
[CodeCoverageActivity] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CodeCoverageActivityEdge
The edge type for CodeCoverageActivity.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CodeCoverageActivity |
The item at the end of the edge. |
CodeQualityDegradationConnection
The connection type for CodeQualityDegradation.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[CodeQualityDegradationEdge] |
A list of edges. |
nodes
|
[CodeQualityDegradation] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CodeQualityDegradationEdge
The edge type for CodeQualityDegradation.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CodeQualityDegradation |
The item at the end of the edge. |
CodeSuggestionEventConnection
The connection type for CodeSuggestionEvent.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CodeSuggestionEventEdge] |
A list of edges. |
nodes
|
[CodeSuggestionEvent] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CodeSuggestionEventEdge
The edge type for CodeSuggestionEvent.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CodeSuggestionEvent |
The item at the end of the edge. |
CommitConnection
The connection type for Commit.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CommitEdge] |
A list of edges. |
nodes
|
[Commit] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CommitEdge
The edge type for Commit.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
Commit |
The item at the end of the edge. |
ComplianceFrameworkConnection
The connection type for ComplianceFramework.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ComplianceFrameworkEdge] |
A list of edges. |
nodes
|
[ComplianceFramework] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ComplianceFrameworkCoverageDetailConnection
The connection type for ComplianceFrameworkCoverageDetail.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ComplianceFrameworkCoverageDetailEdge] |
A list of edges. |
nodes
|
[ComplianceFrameworkCoverageDetail] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ComplianceFrameworkCoverageDetailEdge
The edge type for ComplianceFrameworkCoverageDetail.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ComplianceFrameworkCoverageDetail |
The item at the end of the edge. |
ComplianceFrameworkEdge
The edge type for ComplianceFramework.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ComplianceFramework |
The item at the end of the edge. |
ComplianceFrameworksNeedingAttentionConnection
The connection type for ComplianceFrameworksNeedingAttention.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ComplianceFrameworksNeedingAttentionEdge] |
A list of edges. |
nodes
|
[ComplianceFrameworksNeedingAttention] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ComplianceFrameworksNeedingAttentionEdge
The edge type for ComplianceFrameworksNeedingAttention.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ComplianceFrameworksNeedingAttention |
The item at the end of the edge. |
ComplianceRequirementConnection
The connection type for ComplianceRequirement.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ComplianceRequirementEdge] |
A list of edges. |
nodes
|
[ComplianceRequirement] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ComplianceRequirementEdge
The edge type for ComplianceRequirement.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ComplianceRequirement |
The item at the end of the edge. |
ComplianceRequirementsControlConnection
The connection type for ComplianceRequirementsControl.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ComplianceRequirementsControlEdge] |
A list of edges. |
nodes
|
[ComplianceRequirementsControl] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ComplianceRequirementsControlEdge
The edge type for ComplianceRequirementsControl.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ComplianceRequirementsControl |
The item at the end of the edge. |
ComplianceStandardsAdherenceConnection
The connection type for ComplianceStandardsAdherence.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ComplianceStandardsAdherenceEdge] |
A list of edges. |
nodes
|
[ComplianceStandardsAdherence] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ComplianceStandardsAdherenceEdge
The edge type for ComplianceStandardsAdherence.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ComplianceStandardsAdherence |
The item at the end of the edge. |
ComplianceViolationConnection
The connection type for ComplianceViolation.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ComplianceViolationEdge] |
A list of edges. |
nodes
|
[ComplianceViolation] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ComplianceViolationEdge
The edge type for ComplianceViolation.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ComplianceViolation |
The item at the end of the edge. |
ComponentVersionConnection
The connection type for ComponentVersion.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ComponentVersionEdge] |
A list of edges. |
nodes
|
[ComponentVersion] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ComponentVersionEdge
The edge type for ComponentVersion.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ComponentVersion |
The item at the end of the edge. |
ConnectedAgentConnection
The connection type for ConnectedAgent.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ConnectedAgentEdge] |
A list of edges. |
nodes
|
[ConnectedAgent] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ConnectedAgentEdge
The edge type for ConnectedAgent.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ConnectedAgent |
The item at the end of the edge. |
ContainerProtectionRepositoryRuleConnection
The connection type for ContainerProtectionRepositoryRule.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ContainerProtectionRepositoryRuleEdge] |
A list of edges. |
nodes
|
[ContainerProtectionRepositoryRule] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ContainerProtectionRepositoryRuleEdge
The edge type for ContainerProtectionRepositoryRule.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ContainerProtectionRepositoryRule |
The item at the end of the edge. |
ContainerProtectionTagRuleConnection
The connection type for ContainerProtectionTagRule.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ContainerProtectionTagRuleEdge] |
A list of edges. |
nodes
|
[ContainerProtectionTagRule] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ContainerProtectionTagRuleEdge
The edge type for ContainerProtectionTagRule.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ContainerProtectionTagRule |
The item at the end of the edge. |
ContainerRepositoryConnection
The connection type for ContainerRepository.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ContainerRepositoryEdge] |
A list of edges. |
nodes
|
[ContainerRepository] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ContainerRepositoryEdge
The edge type for ContainerRepository.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ContainerRepository |
The item at the end of the edge. |
ContainerRepositoryRegistryConnection
The connection type for ContainerRepositoryRegistry.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ContainerRepositoryRegistryEdge] |
A list of edges. |
nodes
|
[ContainerRepositoryRegistry] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
Fields with arguments
ContainerRepositoryRegistryConnection.count
Limited count of collection. Returns limit + 1 for counts greater than the limit.
Returns Int!.
####### Arguments
| Name | Type | Description |
|---|---|---|
limit
|
Int |
Limit value to be applied to the count query. Default is 1000. |
ContainerRepositoryRegistryEdge
The edge type for ContainerRepositoryRegistry.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ContainerRepositoryRegistry |
The item at the end of the edge. |
ContainerRepositoryTagConnection
The connection type for ContainerRepositoryTag.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ContainerRepositoryTagEdge] |
A list of edges. |
nodes
|
[ContainerRepositoryTag] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ContainerRepositoryTagEdge
The edge type for ContainerRepositoryTag.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ContainerRepositoryTag |
The item at the end of the edge. |
ContributionAnalyticsContributionConnection
The connection type for ContributionAnalyticsContribution.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ContributionAnalyticsContributionEdge] |
A list of edges. |
nodes
|
[ContributionAnalyticsContribution] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ContributionAnalyticsContributionEdge
The edge type for ContributionAnalyticsContribution.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ContributionAnalyticsContribution |
The item at the end of the edge. |
CountableVulnerabilityConnection
The connection type for CountableVulnerability.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[CountableVulnerabilityEdge] |
A list of edges. |
nodes
|
[CountableVulnerability] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CountableVulnerabilityEdge
The edge type for CountableVulnerability.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CountableVulnerability |
The item at the end of the edge. |
CoverageFuzzingCorpusConnection
The connection type for CoverageFuzzingCorpus.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CoverageFuzzingCorpusEdge] |
A list of edges. |
nodes
|
[CoverageFuzzingCorpus] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CoverageFuzzingCorpusEdge
The edge type for CoverageFuzzingCorpus.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CoverageFuzzingCorpus |
The item at the end of the edge. |
CustomEmojiConnection
The connection type for CustomEmoji.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[CustomEmojiEdge] |
A list of edges. |
nodes
|
[CustomEmoji] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CustomEmojiEdge
The edge type for CustomEmoji.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CustomEmoji |
The item at the end of the edge. |
CustomFieldConnection
The connection type for CustomField.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[CustomFieldEdge] |
A list of edges. |
nodes
|
[CustomField] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CustomFieldEdge
The edge type for CustomField.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CustomField |
The item at the end of the edge. |
CustomerRelationsContactConnection
The connection type for CustomerRelationsContact.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CustomerRelationsContactEdge] |
A list of edges. |
nodes
|
[CustomerRelationsContact] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CustomerRelationsContactEdge
The edge type for CustomerRelationsContact.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CustomerRelationsContact |
The item at the end of the edge. |
CustomerRelationsOrganizationConnection
The connection type for CustomerRelationsOrganization.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CustomerRelationsOrganizationEdge] |
A list of edges. |
nodes
|
[CustomerRelationsOrganization] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CustomerRelationsOrganizationEdge
The edge type for CustomerRelationsOrganization.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CustomerRelationsOrganization |
The item at the end of the edge. |
CustomizableAdminPermissionConnection
The connection type for CustomizableAdminPermission.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CustomizableAdminPermissionEdge] |
A list of edges. |
nodes
|
[CustomizableAdminPermission] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CustomizableAdminPermissionEdge
The edge type for CustomizableAdminPermission.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CustomizableAdminPermission |
The item at the end of the edge. |
CustomizableDashboardConnection
The connection type for CustomizableDashboard.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CustomizableDashboardEdge] |
A list of edges. |
nodes
|
[CustomizableDashboard] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CustomizableDashboardEdge
The edge type for CustomizableDashboard.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CustomizableDashboard |
The item at the end of the edge. |
CustomizableDashboardPanelConnection
The connection type for CustomizableDashboardPanel.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CustomizableDashboardPanelEdge] |
A list of edges. |
nodes
|
[CustomizableDashboardPanel] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CustomizableDashboardPanelEdge
The edge type for CustomizableDashboardPanel.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CustomizableDashboardPanel |
The item at the end of the edge. |
CustomizableDashboardVisualizationConnection
The connection type for CustomizableDashboardVisualization.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CustomizableDashboardVisualizationEdge] |
A list of edges. |
nodes
|
[CustomizableDashboardVisualization] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CustomizableDashboardVisualizationEdge
The edge type for CustomizableDashboardVisualization.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CustomizableDashboardVisualization |
The item at the end of the edge. |
CustomizableStandardPermissionConnection
The connection type for CustomizableStandardPermission.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[CustomizableStandardPermissionEdge] |
A list of edges. |
nodes
|
[CustomizableStandardPermission] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
CustomizableStandardPermissionEdge
The edge type for CustomizableStandardPermission.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
CustomizableStandardPermission |
The item at the end of the edge. |
DastProfileConnection
The connection type for DastProfile.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[DastProfileEdge] |
A list of edges. |
nodes
|
[DastProfile] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
DastProfileEdge
The edge type for DastProfile.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
DastProfile |
The item at the end of the edge. |
DastScannerProfileConnection
The connection type for DastScannerProfile.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[DastScannerProfileEdge] |
A list of edges. |
nodes
|
[DastScannerProfile] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
DastScannerProfileEdge
The edge type for DastScannerProfile.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
DastScannerProfile |
The item at the end of the edge. |
DastSiteProfileConnection
The connection type for DastSiteProfile.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[DastSiteProfileEdge] |
A list of edges. |
nodes
|
[DastSiteProfile] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
DastSiteProfileEdge
The edge type for DastSiteProfile.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
DastSiteProfile |
The item at the end of the edge. |
DastSiteValidationConnection
The connection type for DastSiteValidation.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[DastSiteValidationEdge] |
A list of edges. |
nodes
|
[DastSiteValidation] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
DastSiteValidationEdge
The edge type for DastSiteValidation.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
DastSiteValidation |
The item at the end of the edge. |
DependencyAggregationConnection
The connection type for DependencyAggregation.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[DependencyAggregationEdge] |
A list of edges. |
nodes
|
[DependencyAggregation] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
DependencyAggregationEdge
The edge type for DependencyAggregation.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
DependencyAggregation |
The item at the end of the edge. |
DependencyConnection
The connection type for Dependency.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[DependencyEdge] |
A list of edges. |
nodes
|
[Dependency] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
DependencyEdge
The edge type for Dependency.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
Dependency |
The item at the end of the edge. |
DependencyPathEdge
The edge type for DependencyPath.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
Cursor for use in pagination. |
node
|
DependencyPath |
Dependency path node. |
DependencyProxyBlobConnection
The connection type for DependencyProxyBlob.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[DependencyProxyBlobEdge] |
A list of edges. |
nodes
|
[DependencyProxyBlob] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
DependencyProxyBlobEdge
The edge type for DependencyProxyBlob.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
DependencyProxyBlob |
The item at the end of the edge. |
DependencyProxyBlobRegistryConnection
The connection type for DependencyProxyBlobRegistry.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[DependencyProxyBlobRegistryEdge] |
A list of edges. |
nodes
|
[DependencyProxyBlobRegistry] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
Fields with arguments
DependencyProxyBlobRegistryConnection.count
Limited count of collection. Returns limit + 1 for counts greater than the limit.
Returns Int!.
####### Arguments
| Name | Type | Description |
|---|---|---|
limit
|
Int |
Limit value to be applied to the count query. Default is 1000. |
DependencyProxyBlobRegistryEdge
The edge type for DependencyProxyBlobRegistry.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
DependencyProxyBlobRegistry |
The item at the end of the edge. |
DependencyProxyManifestConnection
The connection type for DependencyProxyManifest.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[DependencyProxyManifestEdge] |
A list of edges. |
nodes
|
[DependencyProxyManifest] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
DependencyProxyManifestEdge
The edge type for DependencyProxyManifest.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
DependencyProxyManifest |
The item at the end of the edge. |
DependencyProxyManifestRegistryConnection
The connection type for DependencyProxyManifestRegistry.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[DependencyProxyManifestRegistryEdge] |
A list of edges. |
nodes
|
[DependencyProxyManifestRegistry] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
Fields with arguments
DependencyProxyManifestRegistryConnection.count
Limited count of collection. Returns limit + 1 for counts greater than the limit.
Returns Int!.
####### Arguments
| Name | Type | Description |
|---|---|---|
limit
|
Int |
Limit value to be applied to the count query. Default is 1000. |
DependencyProxyManifestRegistryEdge
The edge type for DependencyProxyManifestRegistry.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
DependencyProxyManifestRegistry |
The item at the end of the edge. |
DeploymentConnection
The connection type for Deployment.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[DeploymentEdge] |
A list of edges. |
nodes
|
[Deployment] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
DeploymentEdge
The edge type for Deployment.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
Deployment |
The item at the end of the edge. |
DesignAtVersionConnection
The connection type for DesignAtVersion.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[DesignAtVersionEdge] |
A list of edges. |
nodes
|
[DesignAtVersion] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
DesignAtVersionEdge
The edge type for DesignAtVersion.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
DesignAtVersion |
The item at the end of the edge. |
DesignConnection
The connection type for Design.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[DesignEdge] |
A list of edges. |
nodes
|
[Design] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
DesignEdge
The edge type for Design.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
Design |
The item at the end of the edge. |
DesignManagementRepositoryRegistryConnection
The connection type for DesignManagementRepositoryRegistry.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[DesignManagementRepositoryRegistryEdge] |
A list of edges. |
nodes
|
[DesignManagementRepositoryRegistry] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
Fields with arguments
DesignManagementRepositoryRegistryConnection.count
Limited count of collection. Returns limit + 1 for counts greater than the limit.
Returns Int!.
####### Arguments
| Name | Type | Description |
|---|---|---|
limit
|
Int |
Limit value to be applied to the count query. Default is 1000. |
DesignManagementRepositoryRegistryEdge
The edge type for DesignManagementRepositoryRegistry.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
DesignManagementRepositoryRegistry |
The item at the end of the edge. |
DesignVersionConnection
The connection type for DesignVersion.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[DesignVersionEdge] |
A list of edges. |
nodes
|
[DesignVersion] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
DesignVersionEdge
The edge type for DesignVersion.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
DesignVersion |
The item at the end of the edge. |
DevopsAdoptionEnabledNamespaceConnection
The connection type for DevopsAdoptionEnabledNamespace.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[DevopsAdoptionEnabledNamespaceEdge] |
A list of edges. |
nodes
|
[DevopsAdoptionEnabledNamespace] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
DevopsAdoptionEnabledNamespaceEdge
The edge type for DevopsAdoptionEnabledNamespace.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
DevopsAdoptionEnabledNamespace |
The item at the end of the edge. |
DevopsAdoptionSnapshotConnection
The connection type for DevopsAdoptionSnapshot.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[DevopsAdoptionSnapshotEdge] |
A list of edges. |
nodes
|
[DevopsAdoptionSnapshot] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
DevopsAdoptionSnapshotEdge
The edge type for DevopsAdoptionSnapshot.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
DevopsAdoptionSnapshot |
The item at the end of the edge. |
DiscussionConnection
The connection type for Discussion.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[DiscussionEdge] |
A list of edges. |
nodes
|
[Discussion] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
DiscussionEdge
The edge type for Discussion.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
Discussion |
The item at the end of the edge. |
DoraPerformanceScoreCountConnection
The connection type for DoraPerformanceScoreCount.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[DoraPerformanceScoreCountEdge] |
A list of edges. |
noDoraDataProjectsCount
|
Int! |
Count of projects without any DORA scores within the scope. |
nodes
|
[DoraPerformanceScoreCount] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
totalProjectsCount
|
Int! |
Count of total projects. |
DoraPerformanceScoreCountEdge
The edge type for DoraPerformanceScoreCount.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
DoraPerformanceScoreCount |
The item at the end of the edge. |
DuoWorkflowConnection
The connection type for DuoWorkflow.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[DuoWorkflowEdge] |
A list of edges. |
nodes
|
[DuoWorkflow] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
DuoWorkflowEdge
The edge type for DuoWorkflow.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
DuoWorkflow |
The item at the end of the edge. |
DuoWorkflowEventConnection
The connection type for DuoWorkflowEvent.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[DuoWorkflowEventEdge] |
A list of edges. |
nodes
|
[DuoWorkflowEvent] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
DuoWorkflowEventEdge
The edge type for DuoWorkflowEvent.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
DuoWorkflowEvent |
The item at the end of the edge. |
EgressNodeConnection
The connection type for EgressNode.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[EgressNodeEdge] |
A list of edges. |
nodes
|
[EgressNode] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
EgressNodeEdge
The edge type for EgressNode.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
EgressNode |
The item at the end of the edge. |
EmailConnection
The connection type for Email.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[EmailEdge] |
A list of edges. |
nodes
|
[Email] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
EmailEdge
The edge type for Email.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
Email |
The item at the end of the edge. |
EmailParticipantTypeConnection
The connection type for EmailParticipantType.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[EmailParticipantTypeEdge] |
A list of edges. |
nodes
|
[EmailParticipantType] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
EmailParticipantTypeEdge
The edge type for EmailParticipantType.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
EmailParticipantType |
The item at the end of the edge. |
EnvironmentConnection
The connection type for Environment.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[EnvironmentEdge] |
A list of edges. |
nodes
|
[Environment] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
EnvironmentEdge
The edge type for Environment.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
Environment |
The item at the end of the edge. |
EpicBoardConnection
The connection type for EpicBoard.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[EpicBoardEdge] |
A list of edges. |
nodes
|
[EpicBoard] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
EpicBoardEdge
The edge type for EpicBoard.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
EpicBoard |
The item at the end of the edge. |
EpicConnection
The connection type for Epic.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[EpicEdge] |
A list of edges. |
nodes
|
[Epic] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
EpicEdge
The edge type for Epic.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
Epic |
The item at the end of the edge. |
EpicIssueConnection
The connection type for EpicIssue.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[EpicIssueEdge] |
A list of edges. |
nodes
|
[EpicIssue] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
weight
|
Int! |
Total weight of issues collection. |
EpicIssueEdge
The edge type for EpicIssue.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
EpicIssue |
The item at the end of the edge. |
EpicListConnection
The connection type for EpicList.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[EpicListEdge] |
A list of edges. |
nodes
|
[EpicList] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
EpicListEdge
The edge type for EpicList.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
EpicList |
The item at the end of the edge. |
ErrorTrackingStackTraceConnection
The connection type for ErrorTrackingStackTrace.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[ErrorTrackingStackTraceEdge] |
A list of edges. |
nodes
|
[ErrorTrackingStackTrace] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ErrorTrackingStackTraceEdge
The edge type for ErrorTrackingStackTrace.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ErrorTrackingStackTrace |
The item at the end of the edge. |
EscalationPolicyTypeConnection
The connection type for EscalationPolicyType.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[EscalationPolicyTypeEdge] |
A list of edges. |
nodes
|
[EscalationPolicyType] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
EscalationPolicyTypeEdge
The edge type for EscalationPolicyType.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
EscalationPolicyType |
The item at the end of the edge. |
EventConnection
The connection type for Event.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[EventEdge] |
A list of edges. |
nodes
|
[Event] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
EventEdge
The edge type for Event.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
Event |
The item at the end of the edge. |
ExternalAuditEventDestinationConnection
The connection type for ExternalAuditEventDestination.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ExternalAuditEventDestinationEdge] |
A list of edges. |
nodes
|
[ExternalAuditEventDestination] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ExternalAuditEventDestinationEdge
The edge type for ExternalAuditEventDestination.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ExternalAuditEventDestination |
The item at the end of the edge. |
ExternalStatusCheckConnection
The connection type for ExternalStatusCheck.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ExternalStatusCheckEdge] |
A list of edges. |
nodes
|
[ExternalStatusCheck] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ExternalStatusCheckEdge
The edge type for ExternalStatusCheck.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ExternalStatusCheck |
The item at the end of the edge. |
FeatureFlagConnection
The connection type for FeatureFlag.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[FeatureFlagEdge] |
A list of edges. |
nodes
|
[FeatureFlag] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
FeatureFlagEdge
The edge type for FeatureFlag.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
FeatureFlag |
The item at the end of the edge. |
GitlabSubscriptionHistoryConnection
The connection type for GitlabSubscriptionHistory.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[GitlabSubscriptionHistoryEdge] |
A list of edges. |
nodes
|
[GitlabSubscriptionHistory] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
GitlabSubscriptionHistoryEdge
The edge type for GitlabSubscriptionHistory.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
GitlabSubscriptionHistory |
The item at the end of the edge. |
GoogleCloudArtifactRegistryArtifactConnection
The connection type for GoogleCloudArtifactRegistryArtifact.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[GoogleCloudArtifactRegistryArtifactEdge] |
A list of edges. |
nodes
|
[GoogleCloudArtifactRegistryArtifact] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
GoogleCloudArtifactRegistryArtifactEdge
The edge type for GoogleCloudArtifactRegistryArtifact.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
GoogleCloudArtifactRegistryArtifact |
The item at the end of the edge. |
GoogleCloudLoggingConfigurationTypeConnection
The connection type for GoogleCloudLoggingConfigurationType.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[GoogleCloudLoggingConfigurationTypeEdge] |
A list of edges. |
nodes
|
[GoogleCloudLoggingConfigurationType] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
GoogleCloudLoggingConfigurationTypeEdge
The edge type for GoogleCloudLoggingConfigurationType.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
GoogleCloudLoggingConfigurationType |
The item at the end of the edge. |
GroupAuditEventStreamingDestinationConnection
The connection type for GroupAuditEventStreamingDestination.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[GroupAuditEventStreamingDestinationEdge] |
A list of edges. |
nodes
|
[GroupAuditEventStreamingDestination] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
GroupAuditEventStreamingDestinationEdge
The edge type for GroupAuditEventStreamingDestination.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
GroupAuditEventStreamingDestination |
The item at the end of the edge. |
GroupConnection
The connection type for Group.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[GroupEdge] |
A list of edges. |
nodes
|
[Group] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
GroupEdge
The edge type for Group.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
Group |
The item at the end of the edge. |
GroupInterfaceConnection
The connection type for GroupInterface.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[GroupInterfaceEdge] |
A list of edges. |
nodes
|
[GroupInterface] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
GroupInterfaceEdge
The edge type for GroupInterface.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
GroupInterface |
The item at the end of the edge. |
GroupMemberConnection
The connection type for GroupMember.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[GroupMemberEdge] |
A list of edges. |
nodes
|
[GroupMember] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
GroupMemberEdge
The edge type for GroupMember.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
GroupMember |
The item at the end of the edge. |
GroupSavedReplyConnection
The connection type for GroupSavedReply.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[GroupSavedReplyEdge] |
A list of edges. |
nodes
|
[GroupSavedReply] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
GroupSavedReplyEdge
The edge type for GroupSavedReply.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
GroupSavedReply |
The item at the end of the edge. |
GroupWikiRepositoryRegistryConnection
The connection type for GroupWikiRepositoryRegistry.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[GroupWikiRepositoryRegistryEdge] |
A list of edges. |
nodes
|
[GroupWikiRepositoryRegistry] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
Fields with arguments
GroupWikiRepositoryRegistryConnection.count
Limited count of collection. Returns limit + 1 for counts greater than the limit.
Returns Int!.
####### Arguments
| Name | Type | Description |
|---|---|---|
limit
|
Int |
Limit value to be applied to the count query. Default is 1000. |
GroupWikiRepositoryRegistryEdge
The edge type for GroupWikiRepositoryRegistry.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
GroupWikiRepositoryRegistry |
The item at the end of the edge. |
ImportSourceUserConnection
The connection type for ImportSourceUser.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ImportSourceUserEdge] |
A list of edges. |
nodes
|
[ImportSourceUser] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ImportSourceUserEdge
The edge type for ImportSourceUser.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ImportSourceUser |
The item at the end of the edge. |
IncidentManagementOncallRotationConnection
The connection type for IncidentManagementOncallRotation.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[IncidentManagementOncallRotationEdge] |
A list of edges. |
nodes
|
[IncidentManagementOncallRotation] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
IncidentManagementOncallRotationEdge
The edge type for IncidentManagementOncallRotation.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
IncidentManagementOncallRotation |
The item at the end of the edge. |
IncidentManagementOncallScheduleConnection
The connection type for IncidentManagementOncallSchedule.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[IncidentManagementOncallScheduleEdge] |
A list of edges. |
nodes
|
[IncidentManagementOncallSchedule] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
IncidentManagementOncallScheduleEdge
The edge type for IncidentManagementOncallSchedule.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
IncidentManagementOncallSchedule |
The item at the end of the edge. |
IncidentManagementOncallShiftConnection
The connection type for IncidentManagementOncallShift.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[IncidentManagementOncallShiftEdge] |
A list of edges. |
nodes
|
[IncidentManagementOncallShift] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
IncidentManagementOncallShiftEdge
The edge type for IncidentManagementOncallShift.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
IncidentManagementOncallShift |
The item at the end of the edge. |
InheritedCiVariableConnection
The connection type for InheritedCiVariable.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[InheritedCiVariableEdge] |
A list of edges. |
nodes
|
[InheritedCiVariable] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
InheritedCiVariableEdge
The edge type for InheritedCiVariable.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
InheritedCiVariable |
The item at the end of the edge. |
InstanceAmazonS3ConfigurationTypeConnection
The connection type for InstanceAmazonS3ConfigurationType.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[InstanceAmazonS3ConfigurationTypeEdge] |
A list of edges. |
nodes
|
[InstanceAmazonS3ConfigurationType] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
InstanceAmazonS3ConfigurationTypeEdge
The edge type for InstanceAmazonS3ConfigurationType.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
InstanceAmazonS3ConfigurationType |
The item at the end of the edge. |
InstanceAuditEventStreamingDestinationConnection
The connection type for InstanceAuditEventStreamingDestination.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[InstanceAuditEventStreamingDestinationEdge] |
A list of edges. |
nodes
|
[InstanceAuditEventStreamingDestination] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
InstanceAuditEventStreamingDestinationEdge
The edge type for InstanceAuditEventStreamingDestination.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
InstanceAuditEventStreamingDestination |
The item at the end of the edge. |
InstanceExternalAuditEventDestinationConnection
The connection type for InstanceExternalAuditEventDestination.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[InstanceExternalAuditEventDestinationEdge] |
A list of edges. |
nodes
|
[InstanceExternalAuditEventDestination] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
InstanceExternalAuditEventDestinationEdge
The edge type for InstanceExternalAuditEventDestination.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
InstanceExternalAuditEventDestination |
The item at the end of the edge. |
InstanceGoogleCloudLoggingConfigurationTypeConnection
The connection type for InstanceGoogleCloudLoggingConfigurationType.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[InstanceGoogleCloudLoggingConfigurationTypeEdge] |
A list of edges. |
nodes
|
[InstanceGoogleCloudLoggingConfigurationType] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
InstanceGoogleCloudLoggingConfigurationTypeEdge
The edge type for InstanceGoogleCloudLoggingConfigurationType.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
InstanceGoogleCloudLoggingConfigurationType |
The item at the end of the edge. |
IntegrationExclusionConnection
The connection type for IntegrationExclusion.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[IntegrationExclusionEdge] |
A list of edges. |
nodes
|
[IntegrationExclusion] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
IntegrationExclusionEdge
The edge type for IntegrationExclusion.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
IntegrationExclusion |
The item at the end of the edge. |
IssuableResourceLinkConnection
The connection type for IssuableResourceLink.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[IssuableResourceLinkEdge] |
A list of edges. |
nodes
|
[IssuableResourceLink] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
IssuableResourceLinkEdge
The edge type for IssuableResourceLink.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
IssuableResourceLink |
The item at the end of the edge. |
IssueConnection
The connection type for Issue.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[IssueEdge] |
A list of edges. |
nodes
|
[Issue] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
weight
|
Int! |
Total weight of issues collection. |
IssueEdge
The edge type for Issue.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
Issue |
The item at the end of the edge. |
IterationCadenceConnection
The connection type for IterationCadence.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[IterationCadenceEdge] |
A list of edges. |
nodes
|
[IterationCadence] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
IterationCadenceEdge
The edge type for IterationCadence.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
IterationCadence |
The item at the end of the edge. |
IterationConnection
The connection type for Iteration.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[IterationEdge] |
A list of edges. |
nodes
|
[Iteration] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
IterationEdge
The edge type for Iteration.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
Iteration |
The item at the end of the edge. |
JiraImportConnection
The connection type for JiraImport.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[JiraImportEdge] |
A list of edges. |
nodes
|
[JiraImport] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
JiraImportEdge
The edge type for JiraImport.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
JiraImport |
The item at the end of the edge. |
JiraProjectConnection
The connection type for JiraProject.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[JiraProjectEdge] |
A list of edges. |
nodes
|
[JiraProject] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
JiraProjectEdge
The edge type for JiraProject.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
JiraProject |
The item at the end of the edge. |
JobArtifactRegistryConnection
The connection type for JobArtifactRegistry.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[JobArtifactRegistryEdge] |
A list of edges. |
nodes
|
[JobArtifactRegistry] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
Fields with arguments
JobArtifactRegistryConnection.count
Limited count of collection. Returns limit + 1 for counts greater than the limit.
Returns Int!.
####### Arguments
| Name | Type | Description |
|---|---|---|
limit
|
Int |
Limit value to be applied to the count query. Default is 1000. |
JobArtifactRegistryEdge
The edge type for JobArtifactRegistry.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
JobArtifactRegistry |
The item at the end of the edge. |
JobNeedUnionConnection
The connection type for JobNeedUnion.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[JobNeedUnionEdge] |
A list of edges. |
nodes
|
[JobNeedUnion] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
JobNeedUnionEdge
The edge type for JobNeedUnion.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
JobNeedUnion |
The item at the end of the edge. |
LabelConnection
The connection type for Label.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[LabelEdge] |
A list of edges. |
nodes
|
[Label] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
LabelEdge
The edge type for Label.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
Label |
The item at the end of the edge. |
LdapAdminRoleLinkConnection
The connection type for LdapAdminRoleLink.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[LdapAdminRoleLinkEdge] |
A list of edges. |
nodes
|
[LdapAdminRoleLink] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
LdapAdminRoleLinkEdge
The edge type for LdapAdminRoleLink.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
LdapAdminRoleLink |
The item at the end of the edge. |
LfsObjectRegistryConnection
The connection type for LfsObjectRegistry.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[LfsObjectRegistryEdge] |
A list of edges. |
nodes
|
[LfsObjectRegistry] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
Fields with arguments
LfsObjectRegistryConnection.count
Limited count of collection. Returns limit + 1 for counts greater than the limit.
Returns Int!.
####### Arguments
| Name | Type | Description |
|---|---|---|
limit
|
Int |
Limit value to be applied to the count query. Default is 1000. |
LfsObjectRegistryEdge
The edge type for LfsObjectRegistry.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
LfsObjectRegistry |
The item at the end of the edge. |
LicenseHistoryEntryConnection
The connection type for LicenseHistoryEntry.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[LicenseHistoryEntryEdge] |
A list of edges. |
nodes
|
[LicenseHistoryEntry] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
LicenseHistoryEntryEdge
The edge type for LicenseHistoryEntry.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
LicenseHistoryEntry |
The item at the end of the edge. |
LinkedWorkItemTypeConnection
The connection type for LinkedWorkItemType.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[LinkedWorkItemTypeEdge] |
A list of edges. |
nodes
|
[LinkedWorkItemType] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
LinkedWorkItemTypeEdge
The edge type for LinkedWorkItemType.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
LinkedWorkItemType |
The item at the end of the edge. |
MavenVirtualRegistryConnection
The connection type for MavenVirtualRegistry.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[MavenVirtualRegistryEdge] |
A list of edges. |
nodes
|
[MavenVirtualRegistry] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
MavenVirtualRegistryEdge
The edge type for MavenVirtualRegistry.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
MavenVirtualRegistry |
The item at the end of the edge. |
MemberApprovalConnection
The connection type for MemberApproval.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[MemberApprovalEdge] |
A list of edges. |
nodes
|
[MemberApproval] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
MemberApprovalEdge
The edge type for MemberApproval.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
MemberApproval |
The item at the end of the edge. |
MemberInterfaceConnection
The connection type for MemberInterface.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[MemberInterfaceEdge] |
A list of edges. |
nodes
|
[MemberInterface] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
MemberInterfaceEdge
The edge type for MemberInterface.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
MemberInterface |
The item at the end of the edge. |
MemberRoleConnection
The connection type for MemberRole.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[MemberRoleEdge] |
A list of edges. |
nodes
|
[MemberRole] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
MemberRoleEdge
The edge type for MemberRole.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
MemberRole |
The item at the end of the edge. |
MergeAccessLevelConnection
The connection type for MergeAccessLevel.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[MergeAccessLevelEdge] |
A list of edges. |
nodes
|
[MergeAccessLevel] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
MergeAccessLevelEdge
The edge type for MergeAccessLevel.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
MergeAccessLevel |
The item at the end of the edge. |
MergeRequestAssigneeConnection
The connection type for MergeRequestAssignee.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[MergeRequestAssigneeEdge] |
A list of edges. |
nodes
|
[MergeRequestAssignee] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
MergeRequestAssigneeEdge
The edge type for MergeRequestAssignee.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
MergeRequestAssignee |
The item at the end of the edge. |
MergeRequestConnection
The connection type for MergeRequest.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[MergeRequestEdge] |
A list of edges. |
nodes
|
[MergeRequest] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
totalTimeToMerge
|
Float |
Total sum of time to merge, in seconds, for the collection of merge requests. |
MergeRequestDiffConnection
The connection type for MergeRequestDiff.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[MergeRequestDiffEdge] |
A list of edges. |
nodes
|
[MergeRequestDiff] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
MergeRequestDiffEdge
The edge type for MergeRequestDiff.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
MergeRequestDiff |
The item at the end of the edge. |
MergeRequestDiffRegistryConnection
The connection type for MergeRequestDiffRegistry.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[MergeRequestDiffRegistryEdge] |
A list of edges. |
nodes
|
[MergeRequestDiffRegistry] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
Fields with arguments
MergeRequestDiffRegistryConnection.count
Limited count of collection. Returns limit + 1 for counts greater than the limit.
Returns Int!.
####### Arguments
| Name | Type | Description |
|---|---|---|
limit
|
Int |
Limit value to be applied to the count query. Default is 1000. |
MergeRequestDiffRegistryEdge
The edge type for MergeRequestDiffRegistry.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
MergeRequestDiffRegistry |
The item at the end of the edge. |
MergeRequestEdge
The edge type for MergeRequest.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
MergeRequest |
The item at the end of the edge. |
MergeRequestParticipantConnection
The connection type for MergeRequestParticipant.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[MergeRequestParticipantEdge] |
A list of edges. |
nodes
|
[MergeRequestParticipant] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
MergeRequestParticipantEdge
The edge type for MergeRequestParticipant.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
MergeRequestParticipant |
The item at the end of the edge. |
MergeRequestReviewerConnection
The connection type for MergeRequestReviewer.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[MergeRequestReviewerEdge] |
A list of edges. |
nodes
|
[MergeRequestReviewer] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
MergeRequestReviewerEdge
The edge type for MergeRequestReviewer.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
MergeRequestReviewer |
The item at the end of the edge. |
MergeTrainCarConnection
The connection type for MergeTrainCar.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[MergeTrainCarEdge] |
A list of edges. |
nodes
|
[MergeTrainCar] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
MergeTrainCarEdge
The edge type for MergeTrainCar.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
MergeTrainCar |
The item at the end of the edge. |
MergeTrainConnection
The connection type for MergeTrain.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[MergeTrainEdge] |
A list of edges. |
nodes
|
[MergeTrain] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
MergeTrainEdge
The edge type for MergeTrain.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
MergeTrain |
The item at the end of the edge. |
MilestoneConnection
The connection type for Milestone.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[MilestoneEdge] |
A list of edges. |
nodes
|
[Milestone] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
MilestoneEdge
The edge type for Milestone.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
Milestone |
The item at the end of the edge. |
MlCandidateConnection
The connection type for MlCandidate.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[MlCandidateEdge] |
A list of edges. |
nodes
|
[MlCandidate] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
Fields with arguments
MlCandidateConnection.count
Limited count of collection. Returns limit + 1 for counts greater than the limit.
Returns Int!.
####### Arguments
| Name | Type | Description |
|---|---|---|
limit
|
Int |
Limit value to be applied to the count query. Default is 1000. |
MlCandidateEdge
The edge type for MlCandidate.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
MlCandidate |
The item at the end of the edge. |
MlCandidateMetadataConnection
The connection type for MlCandidateMetadata.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[MlCandidateMetadataEdge] |
A list of edges. |
nodes
|
[MlCandidateMetadata] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
Fields with arguments
MlCandidateMetadataConnection.count
Limited count of collection. Returns limit + 1 for counts greater than the limit.
Returns Int!.
####### Arguments
| Name | Type | Description |
|---|---|---|
limit
|
Int |
Limit value to be applied to the count query. Default is 1000. |
MlCandidateMetadataEdge
The edge type for MlCandidateMetadata.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
MlCandidateMetadata |
The item at the end of the edge. |
MlCandidateMetricConnection
The connection type for MlCandidateMetric.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[MlCandidateMetricEdge] |
A list of edges. |
nodes
|
[MlCandidateMetric] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
Fields with arguments
MlCandidateMetricConnection.count
Limited count of collection. Returns limit + 1 for counts greater than the limit.
Returns Int!.
####### Arguments
| Name | Type | Description |
|---|---|---|
limit
|
Int |
Limit value to be applied to the count query. Default is 1000. |
MlCandidateMetricEdge
The edge type for MlCandidateMetric.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
MlCandidateMetric |
The item at the end of the edge. |
MlCandidateParamConnection
The connection type for MlCandidateParam.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[MlCandidateParamEdge] |
A list of edges. |
nodes
|
[MlCandidateParam] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
Fields with arguments
MlCandidateParamConnection.count
Limited count of collection. Returns limit + 1 for counts greater than the limit.
Returns Int!.
####### Arguments
| Name | Type | Description |
|---|---|---|
limit
|
Int |
Limit value to be applied to the count query. Default is 1000. |
MlCandidateParamEdge
The edge type for MlCandidateParam.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
MlCandidateParam |
The item at the end of the edge. |
MlExperimentConnection
The connection type for MlExperiment.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[MlExperimentEdge] |
A list of edges. |
nodes
|
[MlExperiment] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
Fields with arguments
MlExperimentConnection.count
Limited count of collection. Returns limit + 1 for counts greater than the limit.
Returns Int!.
####### Arguments
| Name | Type | Description |
|---|---|---|
limit
|
Int |
Limit value to be applied to the count query. Default is 1000. |
MlExperimentEdge
The edge type for MlExperiment.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
MlExperiment |
The item at the end of the edge. |
MlModelConnection
The connection type for MlModel.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[MlModelEdge] |
A list of edges. |
nodes
|
[MlModel] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
Fields with arguments
MlModelConnection.count
Limited count of collection. Returns limit + 1 for counts greater than the limit.
Returns Int!.
####### Arguments
| Name | Type | Description |
|---|---|---|
limit
|
Int |
Limit value to be applied to the count query. Default is 1000. |
MlModelEdge
The edge type for MlModel.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
MlModel |
The item at the end of the edge. |
MlModelVersionConnection
The connection type for MlModelVersion.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[MlModelVersionEdge] |
A list of edges. |
nodes
|
[MlModelVersion] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
Fields with arguments
MlModelVersionConnection.count
Limited count of collection. Returns limit + 1 for counts greater than the limit.
Returns Int!.
####### Arguments
| Name | Type | Description |
|---|---|---|
limit
|
Int |
Limit value to be applied to the count query. Default is 1000. |
MlModelVersionEdge
The edge type for MlModelVersion.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
MlModelVersion |
The item at the end of the edge. |
NamespaceCommitEmailConnection
The connection type for NamespaceCommitEmail.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[NamespaceCommitEmailEdge] |
A list of edges. |
nodes
|
[NamespaceCommitEmail] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
NamespaceCommitEmailEdge
The edge type for NamespaceCommitEmail.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
NamespaceCommitEmail |
The item at the end of the edge. |
NamespaceConnection
The connection type for Namespace.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[NamespaceEdge] |
A list of edges. |
nodes
|
[Namespace] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
NamespaceEdge
The edge type for Namespace.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
Namespace |
The item at the end of the edge. |
NestedEnvironmentConnection
The connection type for NestedEnvironment.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[NestedEnvironmentEdge] |
A list of edges. |
nodes
|
[NestedEnvironment] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
NestedEnvironmentEdge
The edge type for NestedEnvironment.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
NestedEnvironment |
The item at the end of the edge. |
NoteConnection
The connection type for Note.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[NoteEdge] |
A list of edges. |
nodes
|
[Note] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
NoteEdge
The edge type for Note.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
Note |
The item at the end of the edge. |
ObservabilityLogConnection
The connection type for ObservabilityLog.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[ObservabilityLogEdge] |
A list of edges. |
nodes
|
[ObservabilityLog] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ObservabilityLogEdge
The edge type for ObservabilityLog.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ObservabilityLog |
The item at the end of the edge. |
ObservabilityMetricConnection
The connection type for ObservabilityMetric.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[ObservabilityMetricEdge] |
A list of edges. |
nodes
|
[ObservabilityMetric] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ObservabilityMetricEdge
The edge type for ObservabilityMetric.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ObservabilityMetric |
The item at the end of the edge. |
ObservabilityTraceConnection
The connection type for ObservabilityTrace.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[ObservabilityTraceEdge] |
A list of edges. |
nodes
|
[ObservabilityTrace] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ObservabilityTraceEdge
The edge type for ObservabilityTrace.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ObservabilityTrace |
The item at the end of the edge. |
OncallParticipantTypeConnection
The connection type for OncallParticipantType.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[OncallParticipantTypeEdge] |
A list of edges. |
nodes
|
[OncallParticipantType] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
OncallParticipantTypeEdge
The edge type for OncallParticipantType.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
OncallParticipantType |
The item at the end of the edge. |
OrganizationConnection
The connection type for Organization.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[OrganizationEdge] |
A list of edges. |
nodes
|
[Organization] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
OrganizationEdge
The edge type for Organization.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
Organization |
The item at the end of the edge. |
OrganizationUserConnection
The connection type for OrganizationUser.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[OrganizationUserEdge] |
A list of edges. |
nodes
|
[OrganizationUser] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
OrganizationUserEdge
The edge type for OrganizationUser.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
OrganizationUser |
The item at the end of the edge. |
PackageBaseConnection
The connection type for PackageBase.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[PackageBaseEdge] |
A list of edges. |
nodes
|
[PackageBase] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
PackageBaseEdge
The edge type for PackageBase.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
PackageBase |
The item at the end of the edge. |
PackageConnection
The connection type for Package.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[PackageEdge] |
A list of edges. |
nodes
|
[Package] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
PackageDependencyLinkConnection
The connection type for PackageDependencyLink.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[PackageDependencyLinkEdge] |
A list of edges. |
nodes
|
[PackageDependencyLink] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
PackageDependencyLinkEdge
The edge type for PackageDependencyLink.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
PackageDependencyLink |
The item at the end of the edge. |
PackageEdge
The edge type for Package.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
Package |
The item at the end of the edge. |
PackageFileConnection
The connection type for PackageFile.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[PackageFileEdge] |
A list of edges. |
nodes
|
[PackageFile] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
PackageFileEdge
The edge type for PackageFile.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
PackageFile |
The item at the end of the edge. |
PackageFileRegistryConnection
The connection type for PackageFileRegistry.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[PackageFileRegistryEdge] |
A list of edges. |
nodes
|
[PackageFileRegistry] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
Fields with arguments
PackageFileRegistryConnection.count
Limited count of collection. Returns limit + 1 for counts greater than the limit.
Returns Int!.
####### Arguments
| Name | Type | Description |
|---|---|---|
limit
|
Int |
Limit value to be applied to the count query. Default is 1000. |
PackageFileRegistryEdge
The edge type for PackageFileRegistry.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
PackageFileRegistry |
The item at the end of the edge. |
PackageTagConnection
The connection type for PackageTag.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[PackageTagEdge] |
A list of edges. |
nodes
|
[PackageTag] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
PackageTagEdge
The edge type for PackageTag.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
PackageTag |
The item at the end of the edge. |
PackagesProtectionRuleConnection
The connection type for PackagesProtectionRule.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[PackagesProtectionRuleEdge] |
A list of edges. |
nodes
|
[PackagesProtectionRule] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
PackagesProtectionRuleEdge
The edge type for PackagesProtectionRule.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
PackagesProtectionRule |
The item at the end of the edge. |
PagesDeploymentConnection
The connection type for PagesDeployment.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[PagesDeploymentEdge] |
A list of edges. |
nodes
|
[PagesDeployment] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
PagesDeploymentEdge
The edge type for PagesDeployment.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
PagesDeployment |
The item at the end of the edge. |
PagesDeploymentRegistryConnection
The connection type for PagesDeploymentRegistry.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[PagesDeploymentRegistryEdge] |
A list of edges. |
nodes
|
[PagesDeploymentRegistry] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
Fields with arguments
PagesDeploymentRegistryConnection.count
Limited count of collection. Returns limit + 1 for counts greater than the limit.
Returns Int!.
####### Arguments
| Name | Type | Description |
|---|---|---|
limit
|
Int |
Limit value to be applied to the count query. Default is 1000. |
PagesDeploymentRegistryEdge
The edge type for PagesDeploymentRegistry.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
PagesDeploymentRegistry |
The item at the end of the edge. |
PathLockConnection
The connection type for PathLock.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[PathLockEdge] |
A list of edges. |
nodes
|
[PathLock] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
PathLockEdge
The edge type for PathLock.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
PathLock |
The item at the end of the edge. |
PendingMemberInterfaceConnection
The connection type for PendingMemberInterface.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[PendingMemberInterfaceEdge] |
A list of edges. |
nodes
|
[PendingMemberInterface] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
PendingMemberInterfaceEdge
The edge type for PendingMemberInterface.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
PendingMemberInterface |
The item at the end of the edge. |
PipelineArtifactRegistryConnection
The connection type for PipelineArtifactRegistry.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[PipelineArtifactRegistryEdge] |
A list of edges. |
nodes
|
[PipelineArtifactRegistry] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
Fields with arguments
PipelineArtifactRegistryConnection.count
Limited count of collection. Returns limit + 1 for counts greater than the limit.
Returns Int!.
####### Arguments
| Name | Type | Description |
|---|---|---|
limit
|
Int |
Limit value to be applied to the count query. Default is 1000. |
PipelineArtifactRegistryEdge
The edge type for PipelineArtifactRegistry.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
PipelineArtifactRegistry |
The item at the end of the edge. |
PipelineConnection
The connection type for Pipeline.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[PipelineEdge] |
A list of edges. |
nodes
|
[Pipeline] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
PipelineEdge
The edge type for Pipeline.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
Pipeline |
The item at the end of the edge. |
PipelineExecutionPolicyConnection
The connection type for PipelineExecutionPolicy.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[PipelineExecutionPolicyEdge] |
A list of edges. |
nodes
|
[PipelineExecutionPolicy] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
PipelineExecutionPolicyEdge
The edge type for PipelineExecutionPolicy.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
PipelineExecutionPolicy |
The item at the end of the edge. |
PipelineExecutionSchedulePolicyConnection
The connection type for PipelineExecutionSchedulePolicy.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[PipelineExecutionSchedulePolicyEdge] |
A list of edges. |
nodes
|
[PipelineExecutionSchedulePolicy] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
PipelineExecutionSchedulePolicyEdge
The edge type for PipelineExecutionSchedulePolicy.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
PipelineExecutionSchedulePolicy |
The item at the end of the edge. |
PipelineManualVariableConnection
The connection type for PipelineManualVariable.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[PipelineManualVariableEdge] |
A list of edges. |
nodes
|
[PipelineManualVariable] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
PipelineManualVariableEdge
The edge type for PipelineManualVariable.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
PipelineManualVariable |
The item at the end of the edge. |
PipelineMessageConnection
The connection type for PipelineMessage.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[PipelineMessageEdge] |
A list of edges. |
nodes
|
[PipelineMessage] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
PipelineMessageEdge
The edge type for PipelineMessage.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
PipelineMessage |
The item at the end of the edge. |
PipelineScheduleConnection
The connection type for PipelineSchedule.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[PipelineScheduleEdge] |
A list of edges. |
nodes
|
[PipelineSchedule] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
PipelineScheduleEdge
The edge type for PipelineSchedule.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
PipelineSchedule |
The item at the end of the edge. |
PipelineScheduleVariableConnection
The connection type for PipelineScheduleVariable.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[PipelineScheduleVariableEdge] |
A list of edges. |
nodes
|
[PipelineScheduleVariable] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
PipelineScheduleVariableEdge
The edge type for PipelineScheduleVariable.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
PipelineScheduleVariable |
The item at the end of the edge. |
PipelineSecurityReportFindingConnection
The connection type for PipelineSecurityReportFinding.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[PipelineSecurityReportFindingEdge] |
A list of edges. |
nodes
|
[PipelineSecurityReportFinding] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
PipelineSecurityReportFindingEdge
The edge type for PipelineSecurityReportFinding.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
PipelineSecurityReportFinding |
The item at the end of the edge. |
PipelineTriggerConnection
The connection type for PipelineTrigger.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[PipelineTriggerEdge] |
A list of edges. |
nodes
|
[PipelineTrigger] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
PipelineTriggerEdge
The edge type for PipelineTrigger.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
PipelineTrigger |
The item at the end of the edge. |
ProjectComplianceControlStatusTypeConnection
The connection type for ProjectComplianceControlStatusType.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ProjectComplianceControlStatusTypeEdge] |
A list of edges. |
nodes
|
[ProjectComplianceControlStatusType] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ProjectComplianceControlStatusTypeEdge
The edge type for ProjectComplianceControlStatusType.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ProjectComplianceControlStatusType |
The item at the end of the edge. |
ProjectComplianceRequirementStatusConnection
The connection type for ProjectComplianceRequirementStatus.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ProjectComplianceRequirementStatusEdge] |
A list of edges. |
nodes
|
[ProjectComplianceRequirementStatus] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ProjectComplianceRequirementStatusEdge
The edge type for ProjectComplianceRequirementStatus.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ProjectComplianceRequirementStatus |
The item at the end of the edge. |
ProjectComplianceViolationConnection
The connection type for ProjectComplianceViolation.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ProjectComplianceViolationEdge] |
A list of edges. |
nodes
|
[ProjectComplianceViolation] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ProjectComplianceViolationEdge
The edge type for ProjectComplianceViolation.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ProjectComplianceViolation |
The item at the end of the edge. |
ProjectConnection
The connection type for Project.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[ProjectEdge] |
A list of edges. |
nodes
|
[Project] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ProjectEdge
The edge type for Project.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
Project |
The item at the end of the edge. |
ProjectMemberConnection
The connection type for ProjectMember.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ProjectMemberEdge] |
A list of edges. |
nodes
|
[ProjectMember] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ProjectMemberEdge
The edge type for ProjectMember.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ProjectMember |
The item at the end of the edge. |
ProjectRepositoryRegistryConnection
The connection type for ProjectRepositoryRegistry.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ProjectRepositoryRegistryEdge] |
A list of edges. |
nodes
|
[ProjectRepositoryRegistry] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
Fields with arguments
ProjectRepositoryRegistryConnection.count
Limited count of collection. Returns limit + 1 for counts greater than the limit.
Returns Int!.
####### Arguments
| Name | Type | Description |
|---|---|---|
limit
|
Int |
Limit value to be applied to the count query. Default is 1000. |
ProjectRepositoryRegistryEdge
The edge type for ProjectRepositoryRegistry.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ProjectRepositoryRegistry |
The item at the end of the edge. |
ProjectSavedReplyConnection
The connection type for ProjectSavedReply.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[ProjectSavedReplyEdge] |
A list of edges. |
nodes
|
[ProjectSavedReply] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ProjectSavedReplyEdge
The edge type for ProjectSavedReply.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ProjectSavedReply |
The item at the end of the edge. |
ProjectSecretConnection
The connection type for ProjectSecret.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ProjectSecretEdge] |
A list of edges. |
nodes
|
[ProjectSecret] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ProjectSecretEdge
The edge type for ProjectSecret.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ProjectSecret |
The item at the end of the edge. |
ProjectSecurityExclusionConnection
The connection type for ProjectSecurityExclusion.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ProjectSecurityExclusionEdge] |
A list of edges. |
nodes
|
[ProjectSecurityExclusion] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ProjectSecurityExclusionEdge
The edge type for ProjectSecurityExclusion.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ProjectSecurityExclusion |
The item at the end of the edge. |
ProjectTargetBranchRuleConnection
The connection type for ProjectTargetBranchRule.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[ProjectTargetBranchRuleEdge] |
A list of edges. |
nodes
|
[ProjectTargetBranchRule] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ProjectTargetBranchRuleEdge
The edge type for ProjectTargetBranchRule.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ProjectTargetBranchRule |
The item at the end of the edge. |
ProjectWikiRepositoryRegistryConnection
The connection type for ProjectWikiRepositoryRegistry.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ProjectWikiRepositoryRegistryEdge] |
A list of edges. |
nodes
|
[ProjectWikiRepositoryRegistry] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
Fields with arguments
ProjectWikiRepositoryRegistryConnection.count
Limited count of collection. Returns limit + 1 for counts greater than the limit.
Returns Int!.
####### Arguments
| Name | Type | Description |
|---|---|---|
limit
|
Int |
Limit value to be applied to the count query. Default is 1000. |
ProjectWikiRepositoryRegistryEdge
The edge type for ProjectWikiRepositoryRegistry.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ProjectWikiRepositoryRegistry |
The item at the end of the edge. |
ProtectedEnvironmentApprovalRuleConnection
The connection type for ProtectedEnvironmentApprovalRule.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ProtectedEnvironmentApprovalRuleEdge] |
A list of edges. |
nodes
|
[ProtectedEnvironmentApprovalRule] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ProtectedEnvironmentApprovalRuleEdge
The edge type for ProtectedEnvironmentApprovalRule.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ProtectedEnvironmentApprovalRule |
The item at the end of the edge. |
ProtectedEnvironmentConnection
The connection type for ProtectedEnvironment.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ProtectedEnvironmentEdge] |
A list of edges. |
nodes
|
[ProtectedEnvironment] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ProtectedEnvironmentDeployAccessLevelConnection
The connection type for ProtectedEnvironmentDeployAccessLevel.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ProtectedEnvironmentDeployAccessLevelEdge] |
A list of edges. |
nodes
|
[ProtectedEnvironmentDeployAccessLevel] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ProtectedEnvironmentDeployAccessLevelEdge
The edge type for ProtectedEnvironmentDeployAccessLevel.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ProtectedEnvironmentDeployAccessLevel |
The item at the end of the edge. |
ProtectedEnvironmentEdge
The edge type for ProtectedEnvironment.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ProtectedEnvironment |
The item at the end of the edge. |
PushAccessLevelConnection
The connection type for PushAccessLevel.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[PushAccessLevelEdge] |
A list of edges. |
nodes
|
[PushAccessLevel] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
PushAccessLevelEdge
The edge type for PushAccessLevel.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
PushAccessLevel |
The item at the end of the edge. |
ReleaseAssetLinkConnection
The connection type for ReleaseAssetLink.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ReleaseAssetLinkEdge] |
A list of edges. |
nodes
|
[ReleaseAssetLink] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ReleaseAssetLinkEdge
The edge type for ReleaseAssetLink.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ReleaseAssetLink |
The item at the end of the edge. |
ReleaseConnection
The connection type for Release.
Fields
| Name | Type | Description |
|---|---|---|
count
|
Int! |
Total count of collection. |
edges
|
[ReleaseEdge] |
A list of edges. |
nodes
|
[Release] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ReleaseEdge
The edge type for Release.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
Release |
The item at the end of the edge. |
ReleaseEvidenceConnection
The connection type for ReleaseEvidence.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ReleaseEvidenceEdge] |
A list of edges. |
nodes
|
[ReleaseEvidence] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ReleaseEvidenceEdge
The edge type for ReleaseEvidence.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ReleaseEvidence |
The item at the end of the edge. |
ReleaseSourceConnection
The connection type for ReleaseSource.
Fields
| Name | Type | Description |
|---|---|---|
edges
|
[ReleaseSourceEdge] |
A list of edges. |
nodes
|
[ReleaseSource] |
A list of nodes. |
pageInfo
|
PageInfo! |
Information to aid in pagination. |
ReleaseSourceEdge
The edge type for ReleaseSource.
Fields
| Name | Type | Description |
|---|---|---|
cursor
|
String! |
A cursor for use in pagination. |
node
|
ReleaseSource |
The item at the end of the edge. |
RepositoryBlobConnection
The connection type for RepositoryBlob.
Fields
| Name | Type | Description | | ---- | ----...