summaryrefslogtreecommitdiff
path: root/doc/api/graphql/removed_items.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/graphql/removed_items.md')
-rw-r--r--doc/api/graphql/removed_items.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/api/graphql/removed_items.md b/doc/api/graphql/removed_items.md
new file mode 100644
index 00000000000..f05b23495bb
--- /dev/null
+++ b/doc/api/graphql/removed_items.md
@@ -0,0 +1,17 @@
+# GraphQL API removed items
+
+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](index.md#deprecation-process), here are the items that have been removed.
+
+## GitLab 13.6
+
+Fields removed in [GitLab 13.6](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/44866):
+
+| Field name | GraphQL type | Deprecated in | Use instead |
+| -------------------- | -------------------- | ------------- | -------------------------- |
+| `date` | `Timelog` **(STARTER)** | 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. |