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