Fix GraphQL/FieldDefinitions offense (Part 2/4)
requested to merge KevSlashNull/gitlab:346029-Fix-GraphQL/FieldDefinitions-offense-(Part-2/4) into master
What does this MR do and why?
This fixes the GraphQL/FieldDefinitions
offense in:
app/graphql/types/merge_request_type.rb
app/graphql/types/namespace_type.rb
app/graphql/types/notes/note_type.rb
This MR is part 2 of a 4 part series of MRs to resolve #346029.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #346029