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