Move protected_branch.code_owner_review_required GraphQL field to EE
requested to merge feat/graphql-branch-protection--ee-code-owner-review into feat/graphql-branch-protection--ee
What does this MR do and why?
Moves code_owner_review_required to EE We expose protected_branch.code_owner_review_required through the GraphQL API. Code owners is a premium feature.
This change moves codeOwnerReviewRequired attribute in GraphQL from the CE GraphQL Type class to an EE extension module.
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.