GraphQL/Inputs
IntFilter
No description
input IntFilter {
_eq: Int
_ne: Int @deprecated
_gt: Int
_gte: Int
_lt: Int
_lte: Int
_between: IntBetween @deprecated
_nbetween: IntBetween @deprecated
_empty: Boolean @deprecated
}
Fields
IntFilter
._eq
● Int
scalar
Equivalence
IntFilter
._ne
● Int
deprecated scalar
DEPRECATED
No longer supported, will be removed in a future release
Not equals
IntFilter
._gt
● Int
scalar
Greater than
IntFilter
._gte
● Int
scalar
Greater than or equal
IntFilter
._lt
● Int
scalar
Less than
IntFilter
._lte
● Int
scalar
Less than or equal
IntFilter
._between
● IntBetween
deprecated input
DEPRECATED
No longer supported, will be removed in a future release
Between the values
IntFilter
._nbetween
● IntBetween
deprecated input
DEPRECATED
No longer supported, will be removed in a future release
Not between the values
IntFilter
._empty
● Boolean
deprecated scalar
DEPRECATED
No longer supported, will be removed in a future release
Absent of the property or null
Member Of
input
● AnimalStateFilter
input
● BreedDistributionFilter
input