Skip to main content

ValuesCountInput (Input)

Description

ValuesCountInput class is used to filter fields of type array. It allows specifying conditions based on the count of values in the array.



Fields

NameDescription
gt - FloatGreater than condition for the count of values in the array
gte - FloatGreater than or equal condition for the count of values in the array
lt - FloatLess than condition for the count of values in the array
lte - FloatLess than or equal condition for the count of values in the array

input ValuesCountInput {
gt: Float
gte: Float
lt: Float
lte: Float
}