stage | group | info |
---|---|---|
Manage |
Import and Integrate |
To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments |
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.
Fields removed in GitLab 16.0.
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 |
Argument name | Mutation | Deprecated in | Use instead |
---|---|---|---|
- | vulnerabilityFindingDismiss |
15.5 | vulnerabilityDismiss or securityFindingDismiss |
- | apiFuzzingCiConfigurationCreate |
15.1 | todos |
- | CiCdSettingsUpdate |
15.0 | ProjectCiCdSettingsUpdate |
Fields removed in GitLab 15.0.
Removed in GitLab 15.0:
Argument name | Mutation | Deprecated in | Use instead |
---|---|---|---|
- | clusterAgentTokenDelete |
14.7 | clusterAgentTokenRevoke |
Removed in GitLab 15.0:
Argument name | Field name | Deprecated in | Use instead |
---|---|---|---|
- | pipelines |
14.5 | None |
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 . |
Fields removed in GitLab 14.0:
Argument name | Mutation | Deprecated in | Use instead |
---|---|---|---|
updated_ids |
todosMarkAllDone |
13.2 | todos |
updated_ids |
todoRestoreMany |
13.2 | todos |
global_id |
dastScannerProfileCreate |
13.6 | todos |
- | addAwardEmoji |
13.2 | awardEmojiAdd |
- | removeAwardEmoji |
13.2 | awardEmojiRemove |
- | toggleAwardEmoji |
13.2 | ToggleAwardEmoji |
- | runDastScan |
13.5 | dastOnDemandScanCreate |
- | dismissVulnerability |
13.5 | vulnerabilityDismiss |
- | revertVulnerabilityToDetected |
13.5 | vulnerabilityRevertToDetected |
Field name | GraphQL type | Deprecated in | Use instead |
---|---|---|---|
blob |
SnippetType |
13.3 | blobs |
global_id |
DastScannerProfileType |
13.6 | blobs |
vulnerabilities_count_by_day_and_severity |
GroupType , QueryType |
13.3 | None. Plaintext tokens no longer supported for security reasons. |
Prior to GitLab 14.0, deprecated items could be removed in XX.6
releases.
Fields removed in GitLab 13.6:
Field name | GraphQL type | Deprecated in | Use instead |
---|---|---|---|
date |
Timelog |
12.10 | spentAt |
designs |
Issue , EpicIssue |
12.2 | designCollection |
latestPipeline |
Commit |
12.5 | pipelines |
mergeCommitMessage |
MergeRequest |
11.8 | latestMergeCommitMessage |
token |
GrafanaIntegration |
12.7 | None. Plaintext tokens no longer supported for security reasons. |