OBJECT

UpdateConsentPayload

UpdateConsentPayload returns the created or updated consent status.

link GraphQL Schema definition

1type UpdateConsentPayload {
2
3# The full consent status given by the user after the create request.
4consent: Consent
5
6# The possible error returned from service.
7error: UpdateConsentError
8
9}