GraphQL/Inputs
TimestampBetween
This operator is inclusive: start and end values are included.
input TimestampBetween {
start: Timestamp!
end: Timestamp!
}This operator is inclusive: start and end values are included.
input TimestampBetween {
start: Timestamp!
end: Timestamp!
}TimestampBetween.start ● Timestamp! TimestampBetween.end ● Timestamp!