Skip to content

Fix GraphQL/OrderedFields offenses

Siddharth Asthana requested to merge edith007/gitlab:issue_346033_1/2 into master

What does this MR do and why?

This MR aims to solve the issue #346033 (closed)

This fixes all GraphQL/OrderedFields offenses in:

  1. app/graphql/types/tree/submodule_type.rb
  2. app/graphql/types/tree/tree_entry_type.rb
  3. app/graphql/types/user_callout_type.rb
  4. app/graphql/types/user_status_type.rb
  5. ee/app/graphql/types/analytics/devops_adoption/snapshot_type.rb
  6. ee/app/graphql/types/epic_descendant_count_type.rb
  7. ee/app/graphql/types/epic_descendant_weight_sum_type.rb
  8. ee/app/graphql/types/epic_health_status_type.rb

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Rémy Coutable

Merge request reports