Skip to content

Change GraphQL milestone property to be a String

Luke Duncalfe requested to merge ld-graphql-deprecated-milestone-as-string into master

What does this MR do?

This MR changes the GraphQL milestone property, used when deprecating fields, to be a String.

An issue with using Floats to define the milestone of a deprecated field surfaced with the milestone 12.10. As a Float, this becomes "12.1" !28560 (comment 316709552).

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Luke Duncalfe

Merge request reports