Skip to content

Back reference filter #10

@art1415926535

Description

@art1415926535

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions