Skip to content

Fix GraphQL deprecation reasons

Luke Duncalfe requested to merge ld-fix-deprecation-reasons into master

What does this MR do?

This MR corrects two GraphQL deprecation_reason strings:

  1. In one deprecation reason, a field is referred to as design_collection. It appears like this within Ruby, but is always expressed by the API as designCollection.
  2. In another deprecation reason, capitalized the first letter to be consistent with all other deprecation_reason strings.

Does this MR meet the acceptance criteria?

Conformity

Edited by 🤖 GitLab Bot 🤖

Merge request reports

Loading