GraphQL/Inputs
TimestampBetween
This operator is inclusive: start and end values are included.
input TimestampBetween {
start: Timestamp!
end: Timestamp!
}
Fields
TimestampBetween
.start
● Timestamp!
non-null scalar
TimestampBetween
.end
● Timestamp!
non-null scalar
Member Of
input
● DateFilterFuture
input