INPUT_OBJECT
DateRangeInput
Specify desired date ranges.
link GraphQL Schema definition
- input DateRangeInput {
- # Objects after the given datetime
- ISO8601DateTime :
- # Objects before the given datetime
- ISO8601DateTime :
- # Objects before the given datetime inclusive
- ISO8601DateTime :
- # Objects after the given datetime inclusive
- ISO8601DateTime :
- }