INPUT_OBJECT

FloatRange

link GraphQL Schema definition

1input FloatRange {
2
3from: Float
4
5to: Float
6}