OBJECT

ChannelRestrictionExemptionInfo

Exemption information for a specific channel restriction.

link GraphQL Schema definition

1type ChannelRestrictionExemptionInfo {
2
3# The type of exemption.
4exemptionType: String! @deprecated( reason: "Use channelRestriction.type instead." )
5
6}