AmountCustomFieldFilterInput
Defines a filter for searching for records based on the value of an AMOUNT custom field.
input AmountCustomFieldFilterInput {
definitionId: ID!
from: Float
to: Float
}
Fields
AmountCustomFieldFilterInput.definitionId ● ID! non-null scalar
The identifier of the custom field definition associated with the custom field.
AmountCustomFieldFilterInput.from ● Float scalar
Filter records where the AMOUNT custom field value is greater than or equal to the specified value. Optional.
AmountCustomFieldFilterInput.to ● Float scalar
Filter records where the AMOUNT custom field value is less than or equal to the specified value. Optional.
Member Of
CustomFieldFilterInput input