Rollups APIsFrontend APIsGraphQL APIFiltersInputFilterOn this pageInputFilterFilter object to restrict results depending on input properties input InputFilter { indexLowerThan: Int indexGreaterThan: Int} Fields indexLowerThan (Int) Filter only inputs with index lower than a given value indexGreaterThan (Int) Filter only inputs with index greater than a given value