InputFilter
Filter object to restrict results depending on input properties
input InputFilter {
indexLowerThan: Int
indexGreaterThan: Int
}
Fields
Name | Type | Description |
---|---|---|
indexLowerThan | Int | Filter only inputs with index lower than a given value |
indexGreaterThan | Int | Filter only inputs with index greater than a given value |