CustomFieldListInput
No description
input CustomFieldListInput {
customFieldIdOrKey: String!
mode: customFieldValueUpdateMode
position: Int
remove: Boolean
value: JSON
}
Fields
CustomFieldListInput.customFieldIdOrKey ● String! non-null scalar common
The ID or key of the custom field.
CustomFieldListInput.mode ● customFieldValueUpdateMode enum common
For array values this specifies whether to append or replace
CustomFieldListInput.position ● Int scalar common
For array values this specifies the order
CustomFieldListInput.remove ● Boolean scalar common
True to remove the custom field from the contact or company; false or blank otherwise.
CustomFieldListInput.value ● JSON scalar common
The new value of the custom field.
Member of
CustomFieldValuesUpdateInput input ● SubjectWithCustomFieldsInput input