Skip to main content

SetCustomFieldValuesInput

Autogenerated input type of SetCustomFieldValues

input SetCustomFieldValuesInput {
clientMutationId: String
params: [CustomFieldValueSetEntry!]!
}

Fields

SetCustomFieldValuesInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

SetCustomFieldValuesInput.params ● [CustomFieldValueSetEntry!]! non-null input

Array of custom field value entries to set (max 50)

Member Of

setCustomFieldValues mutation