Skip to content

GraphQL: Remove old deprecated fields from docs and API

charlie ablett requested to merge cablett-remove-deprecated-fields into master

What does this MR do?

This creates a new page and adds some removed fields to it, similar to the REST API's versioning page at https://docs.gitlab.com/ee/api/v3_to_v4.html.

The fields removed in %13.6 will be:

  • Types::CommitType - :latest_pipeline
  • Types::GrafanaIntegrationType - :token
  • Types::IssueType Types::EpicIssueType - :designs
  • Types::MergeRequestType - :merge_commit_message
  • Types::TimelogType - :date

Related to #239260 (closed)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Mayra Cabrera

Merge request reports