Rate this page:
Accepts input for setting a custom field value. You must provide exactly one of the fields in this input type.
Property Name | Type | Description |
---|---|---|
booleanField | InputMaybe<CompassCustomBooleanFieldInput> | Input for setting a value on a custom field containing a boolean value. |
numberField | InputMaybe<CompassCustomNumberFieldInput> | Input for setting a value on a custom field containing a number. |
textField | InputMaybe<CompassCustomTextFieldInput> | Input for setting a value on a custom field containing a text string. |
userField | InputMaybe<CompassCustomUserFieldInput> | Input for setting a value on a custom field containing a user. |
Rate this page: