Skip to content

Tighten filter types #442

@nikgraf

Description

@nikgraf

This should not be allowed:

{
   name: { not: { is: "Jane" } }
}

only this is allowed:

{
   not: { name: { is: "Jane" } }
}

Also check for or and and inside a field name

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