OBJECT

ROWVendorConsent

List of ROW cookie vendor.

link GraphQL Schema definition

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