Skip to main content

updateCustomerField

Updates an existing CustomerField

Arguments

actorActorContext

The context of the User & Team making the request

descriptionString

The description of the CustomerField

idID!

The ID of the CustomerField to update

isAiEditableBoolean

Whether the CustomerField is AI editable

isHiddenBoolean

Whether the CustomerField is hidden

isUserEditableBoolean

Whether the CustomerField is user editable

labelString

The label of the CustomerField

llmDescriptionString

The description of the CustomerField for AI

options[CustomerFieldOptionInput!]

The options of the CustomerField. Pass null to clear, omit to leave unchanged.

Returns

UpdateCustomerFieldPayload!