Closed
Description
In a top level where clause you can only use a relationship of the first entity, after that you can only use simple attributes not relationships.
For example:
query {
Books(where: {
author: {id: {EQ: 1}}
}) {
select {
id
title
genre
author {
id
name
}
}
}
}
you can say 'author: {id:
' but you can't say 'author: {books:
'.
Would it be possible to allow this please?
There are comments on this in #96.
Metadata
Metadata
Assignees
Labels
No labels