Skip to content

Filter IsAny not wokring in Int Type #419

@shantidhanus82

Description

@shantidhanus82

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'"
}
]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions