-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I expected nested filters to work like hasura’s: https://hasura.io/docs/latest/queries/postgres/filters/index/#the-where-argument
Instead, when trying to filter using a nested property, I get an Invalid Operator error:
query {
authors(where: { articles: { rating: { _gt: 4 } } }) {
id
name
articles(where: { rating: { _gt: 4 } }) {
id
title
rating
}
}
}Metadata
Metadata
Assignees
Labels
No labels