mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-03 16:04:30 +00:00
5.5 KiB
5.5 KiB
stage, group, info, title
stage | group | info | title |
---|---|---|---|
Create | Import | To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments | GraphQL API removed items |
{{< details >}}
- Tier: Free, Premium, Ultimate
- Offering: GitLab.com, GitLab Self-Managed, GitLab Dedicated
{{< /details >}}
GraphQL is a versionless API, unlike the REST API. Occasionally, items have to be updated or removed from the GraphQL API. According to our process for removing items, here are the items that have been removed.
For deprecations, see the Deprecations by version page.
GitLab 17.0
Fields removed in GitLab 17.0.
GraphQL Fields
Field name | GraphQL type | Deprecated in | Removal MR | Use instead |
---|---|---|---|---|
architectureName |
CiRunner |
16.2 | !124751 | Use this field in manager object instead. |
executorName |
CiRunner |
16.2 | !124751 | Use this field in manager object instead. |
ipAddress |
CiRunner |
16.2 | !124751 | Use this field in manager object instead. |
platformName |
CiRunner |
16.2 | !124751 | Use this field in manager object instead. |
revision |
CiRunner |
16.2 | !124751 | Use this field in manager object instead. |
version |
CiRunner |
16.2 | !124751 | Use this field in manager object instead. |
GitLab 16.0
Fields removed in GitLab 16.0.
GraphQL Fields
Field name | GraphQL type | Deprecated in | Removal MR | Use instead |
---|---|---|---|---|
name |
PipelineSecurityReportFinding |
15.1 | !119055 | title |
external |
ReleaseAssetLink |
15.9 | !111750 | None |
confidence |
PipelineSecurityReportFinding |
15.4 | !118617 | None |
PAUSED |
CiRunnerStatus |
14.8 | !118635 | CiRunner.paused: true |
ACTIVE |
CiRunnerStatus |
14.8 | !118635 | CiRunner.paused: false |
GraphQL Mutations
Argument name | Mutation | Deprecated in | Use instead |
---|---|---|---|
- | vulnerabilityFindingDismiss |
15.5 | vulnerabilityDismiss or securityFindingDismiss |
- | apiFuzzingCiConfigurationCreate |
15.1 | todos |
- | CiCdSettingsUpdate |
15.0 | ProjectCiCdSettingsUpdate |
GitLab 15.0
Fields removed in GitLab 15.0.
GraphQL Mutations
Removed in GitLab 15.0:
Argument name | Mutation | Deprecated in | Use instead |
---|---|---|---|
- | clusterAgentTokenDelete |
14.7 | clusterAgentTokenRevoke |
GraphQL Fields
Removed in GitLab 15.0:
Argument name | Field name | Deprecated in | Use instead |
---|---|---|---|
- | pipelines |
14.5 | None |
GraphQL Types
Field name | GraphQL type | Deprecated in | Use instead |
---|---|---|---|
defaultMergeCommitMessageWithDescription |
GraphQL::Types::String |
14.5 | None. Define a merge commit template in your project and use defaultMergeCommitMessage . |