Skip to main content

CustomFieldValuesUpdateInput

Autogenerated input type of CustomFieldValuesUpdate

input CustomFieldValuesUpdateInput {
clientMutationId: String
customFieldList: [CustomFieldListInput!]
subjectId: ID!
}

Fields

CustomFieldValuesUpdateInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

CustomFieldValuesUpdateInput.customFieldList ● [CustomFieldListInput!] list input common

The custom fields to create, update, or remove.

CustomFieldValuesUpdateInput.subjectId ● ID! non-null scalar common

The ID of the contact, company or conversation to create, update, or remove the custom field on.

Member of

customFieldValuesUpdate mutation