INPUT_OBJECT
SearchDateField
Used in the Search
object. Allows you to search against date fields.
link GraphQL Schema definition
- input SearchDateField {
- # The model attribute you wish to reference.
- String! :
- # The value to search for.
- Date! :
- # An operator that defines how to apply the search value to the attribute.
- RangeOperator! :
- }