-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
What need to do for allow query like this
query {
authors (filters: {book_set__name: "bar1"}){
edges {
node {
id
name
book_set {
edges {
node {
id
name
}
}
}
}
}
}
}
I get the following error
GraphQLLocatedError('missing FROM-clause entry for table "t3"\nLINE 1: ..."t1"."id", "t1"."name" FROM "author" AS t1 WHERE ("t3"."name...\n ^\n',)
Metadata
Metadata
Assignees
Labels
No labels