INPUT_OBJECT

IntRange

link GraphQL Schema definition

1input IntRange {
2
3from: Int
4
5to: Int
6}