OBJECT

ResourceRestrictionExemptionAction

Description data for clients to get for user actions to get exempt.

link GraphQL Schema definition

1type ResourceRestrictionExemptionAction {
2
3# Name of the action need. e.g. Ticket Product short name.
4name: String!
5
6# The human readable title of the restriction.
7title: String!
8
9}