Skip to content

Fix GraphQL/OrderedFields offenses

Siddharth Asthana requested to merge edith007/gitlab:issue_346033_1/8 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/dependency_proxy/image_ttl_group_policy_type.rb
  2. app/graphql/types/dependency_proxy/manifest_type.rb
  3. app/graphql/types/design_management/design_collection_type.rb
  4. app/graphql/types/diff_refs_type.rb
  5. app/graphql/types/diff_stats_summary_type.rb
  6. app/graphql/types/diff_stats_type.rb
  7. app/graphql/types/error_tracking/sentry_detailed_error_type.rb
  8. app/graphql/types/error_tracking/sentry_error_collection_type.rb
  9. app/graphql/types/error_tracking/sentry_error_frequency_type.rb
  10. app/graphql/types/error_tracking/sentry_error_stack_trace_context_type.rb
  11. app/graphql/types/error_tracking/sentry_error_stack_trace_entry_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.

Merge request reports