requireAuthRole

WIP: directive to replace the current @auth directive

link GraphQL Schema definition

1directive @requireAuthRole(roles: [AuthRoleRequirement!], orgRole: [AuthPermissionType!]) on QUERY | MUTATION | FIELD | FIELD_DEFINITION | INPUT_FIELD_DEFINITION | INPUT_OBJECT | OBJECT | ARGUMENT_DEFINITION

link Required by

This element is not required by anyone