Keep target field and remove deprecation for now

What does this MR do?

This MR keeps the target field on the GraphQL Todo type and removes the deprecation YAML file for now. The more verbose and explanatory description from the deprecation file has been moved to the deprecated field in the GraphQL type definition.

Why?

We need to gather more information and open an exception request for the next cycle before proceeding with the full deprecation and removal.

Changes

  • Removed data/deprecations/17-4-graphql-todo-target-field.yml
  • Updated the deprecated reason on the target field to include the full explanation from the deprecation file
  • Both target and target_entity fields remain available

Related Issue

Closes #484987

Merge request reports

Loading