auth
No description
directive @auth(
feature: String
features: [String]
role: String
roles: [String]
) on FIELD_DEFINITION
No description
directive @auth(
feature: String
features: [String]
role: String
roles: [String]
) on FIELD_DEFINITION
auth.feature ● String scalarauth.features ● [String] list scalarauth.role ● String scalarauth.roles ● [String] list scalar