Anchor to ConsentPolicyErrorConsent
Consent Policy Error
object
The errors encountered while performing mutations on consent policies.
Anchor to FieldsFields
- Anchor to codecode•
The error code.
- Anchor to fieldfield•
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- •mutation
Update or create consent policies in bulk.
- Anchor to consentPoliciesconsent•
Policies [ConsentPolicy Input!]!required The consent policies to update or create. If the country and region matches an existing consent policy, then the consent policy is updated. Otherwise, a new consent policy is created.
Arguments
- Anchor to updatedPoliciesupdated•
Policies All updated and created consent policies. The consent policies that haven't been modified as part of the mutation aren't returned.
- Anchor to userErrorsuser•
Errors [ConsentPolicy Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
Was this section helpful?