OBJECT
UpdateConsentPayload
UpdateConsentPayload returns the created or updated consent status.
link GraphQL Schema definition
1 type UpdateConsentPayload { 2 3 # The full consent status given by the user after the create request. 4 : Consent 5 6 # The possible error returned from service. 7 : UpdateConsentError 8 9 }