BigIntFilterInput
input
Integer property filtering options for values bigger than Int covers. If both gte and lte are populated, a between range will be used.
Input Fields
equals
BigInt
Value is an exact match.
notEquals
BigInt
Value is not an exact match.
gt
BigInt
Value is greater than input.
gte
BigInt
Value is greater than or equal to input.
lt
BigInt
Value is less than input.
lte
BigInt
Value is less than or equal to input.