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
Name | Description |
---|---|
gt - Float | Greater than condition for the count of values in the array |
gte - Float | Greater than or equal condition for the count of values in the array |
lt - Float | Less than condition for the count of values in the array |
lte - Float | Less than or equal condition for the count of values in the array |
input ValuesCountInput {
gt: Float
gte: Float
lt: Float
lte: Float
}