Hi,
Query Filter 'IsAny' not working in integer datatype.
The below query is not working nad it throws error
query {
clients(filter: "Code.isAny[5,2,3,10,11,12]") {
items {
Code
}
}
}
{
"errors": [
{
"message": "Field 'isAny' not found on type 'Int'"
}
]
}