Skip to main content
object

The errors encountered while performing mutations on consent policies.

ConsentPolicyErrorCode

The error code.

[String!]

The path to the input field that caused the error.

String!
non-null

The error message.


Was this section helpful?

mutation

Update or create consent policies in bulk.

Arguments

[ConsentPolicyInput!]!
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.


Fields

[ConsentPolicy!]

All updated and created consent policies. The consent policies that haven't been modified as part of the mutation aren't returned.

[ConsentPolicyError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?