INPUT_OBJECT

DateRange

link GraphQL Schema definition

1input DateRange {
2
3from: DateTimeTz
4
5to: DateTimeTz
6}