requiredAuthorizationPolicies
If this directive is included on an object or, union, it indicates that the claims included in the directive are required to execute the given part of the query or mutation.
directive @requiredAuthorizationPolicies(
policies: [AuthorizationPolicy!]!
) on OBJECT | UNION | FIELD_DEFINITION