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