OBJECT

GDPRVendorConsent

List of GDPR cookie vendors.

link GraphQL Schema definition

1type GDPRVendorConsent {
2
3# status for vendors.
4status: [GDPRCookieVendor!]!
5
6}