-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
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?
arenoux, patte and deaddotcodes