Skip to main content

requiredClaims

If this directive is included on an object, union, or field, it indicates that the claims included in the directive are required to execute the given part of the query or mutation.

directive @requiredClaims(
claims: [Claim!]!
) on OBJECT | UNION | FIELD_DEFINITION

Arguments

claims ● [Claim!]! non-null enum