Skip to content

Support many-to-many in a simple way? #119

@crubier

Description

@crubier

Right now this plugin does not support many-to-many relations simply. You have to go through the relation table in GraphQL query, which is not ideal, or at least not consistent with the behaviour of Prisma that we are migrating away from.

The many-to-many plugin ( https://github.com/graphile-contrib/pg-many-to-many ) support this, but only in GraphQL selection sets, not in query arguments.

Is there any way or plan to support the simplification of many-to-many filters in this plugin?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions