Skip to main content

CustomFieldValuesBulkUpdateInput

Autogenerated input type of CustomFieldValuesBulkUpdate

input CustomFieldValuesBulkUpdateInput {
clientMutationId: String
items: [SubjectWithCustomFieldsInput!]!
sync: Boolean
}

Fields

CustomFieldValuesBulkUpdateInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

CustomFieldValuesBulkUpdateInput.items ● [SubjectWithCustomFieldsInput!]! non-null input common

A batch of contacts or companies with the custom fields to create, update, or delete.

CustomFieldValuesBulkUpdateInput.sync ● Boolean scalar common

Wait until request has completed before returning

Member of

customFieldValuesBulkUpdate mutation