customFieldValuesBulkUpdate
Updates multiple contact or company custom fields in one go.
This is important if, for example, you want to constantly synchronize your contacts with an external data source.
Changes will be proccessed asynchronously in the background.
mutation CustomFieldValuesBulkUpdate($items: [SubjectWithCustomFieldsInput!]!, $sync: Boolean!) {
customFieldValuesBulkUpdate(input: { items: $items, sync: $sync }) {
jid
}
}
customFieldValuesBulkUpdate(
input: CustomFieldValuesBulkUpdateInput!
): CustomFieldValuesBulkUpdatePayload
Arguments
customFieldValuesBulkUpdate.input ● CustomFieldValuesBulkUpdateInput! non-null input common
Parameters for CustomFieldValuesBulkUpdate
Type
CustomFieldValuesBulkUpdatePayload object common
Autogenerated return type of CustomFieldValuesBulkUpdate