Skip to content

It would be nice to support LIKE with list attributes #80

Open
@igdianov

Description

@igdianov

so, the query like this

query {
    Humans(where: { 
        name: { LIKE: ["Luke", "Darth"] }
    }) {
        select { name }
    }
}

will result in:

{
    Humans: {
        select: [
            { name: 'Luke Skywalker' },
            { name: 'Darth Vader' }
        ]
    }
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions