INPUT_OBJECT
UpdateConsentInput
UpdateConsentInput updates or creates a consent status for a privacy law.
link GraphQL Schema definition
1 input UpdateConsentInput { 4 2 # Consent Session ID. 3 : ID! 7 5 # Privacy rule set of applicable law, e.g. CCPA or GDPR. 6 : PrivacyLawName! 10 8 # Consent status for each vendor. 9 : [VendorConsentStatusInput!]! 11 }