Skip to content

FilterIntInput

About FilterIntInput

FilterIntInput allows for filtering based on an Int parameter. Only one field should be provided per filter object.

ne

If provided, the Int input must not be equal to the value provided to match the current filter.

Type: Int

eq

If provided, the Int input must be equal to the value provided to match the current filter.

Type: Int

le

If provided, the Int input must be less than or equal to the value provided to match the current filter.

Type: Int

lt

If provided, the Int input must be less than the value provided to match the current filter.

Type: Int

ge

If provided, the Int input must be greater than or equal to the value provided to match the current filter.

Type: Int

gt

If provided, the Int input must be greater than the value provided to match the current filter.

Type: Int

in

If provided, the Int input must be present in the values provided to match the current filter.

Type: [Int!]

between

If provided, the Int input must be between the two values provided to match the current filter.

Type: [Int!]

attributeExists

If provided and true, the filter will pass only if there is a Int in the corresponding field. If provided and false, the filter will pass only if there is not a Int in the corresponding field.

Type: Boolean