Skip to main content

NumberCustomFieldFilterInput

Defines a filter for searching for records based on the value of a NUMBER custom field.

input NumberCustomFieldFilterInput {
definitionId: ID!
from: Float
to: Float
}

Fields

NumberCustomFieldFilterInput.definitionId ● ID! non-null scalar

The identifier of the custom field definition associated with the custom field.

NumberCustomFieldFilterInput.from ● Float scalar

Filter records where the NUMBER custom field value is greater than or equal to the specified value. Optional.

NumberCustomFieldFilterInput.to ● Float scalar

Filter records where the NUMBER custom field value is less than or equal to the specified value. Optional.

Member Of

CustomFieldFilterInput input