OBJECT

CCPAVendorConsent

List of CCPA cookie vendors.

link GraphQL Schema definition

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