INPUT_OBJECT
GDPRConsent
GDPR Consent contains user consent on different tracking vendors.
link GraphQL Schema definition
1 input GDPRConsent { 4 2 # Whether Amazon has user GDPR consent. 3 : Boolean 7 5 # Whether Comscore has user GDPR consent. 6 : Boolean 10 8 # Whether Google has user GDPR consent. 9 : Boolean 13 11 # Whether Nielson has user GDPR consent. 12 : Boolean 16 14 # Whether Salesforce has user GDPR consent. 15 : Boolean 17 }