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