ConsentType
A consent type for a cookie category (e.g., Google Consent Mode)
type ConsentType {
id: Int!
name: String!
provider: String!
}
Fields
id ● Int!
The id of the consent type
name ● String!
The name of the consent type (e.g., 'ad_storage', 'analytics_storage')
provider ● String!
The provider for this consent type (e.g., 'google')
Example
{}