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