Skip to main content

SetCustomFieldValuesPayload

Autogenerated return type of SetCustomFieldValues.

type SetCustomFieldValuesPayload {
clientMutationId: String
data: Boolean
errors: [Error!]!
}

Fields

SetCustomFieldValuesPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

SetCustomFieldValuesPayload.data ● Boolean scalar

Operation success status

SetCustomFieldValuesPayload.errors ● [Error!]! non-null object

List of errors

Returned By

setCustomFieldValues mutation