Commit 8135653
committed
fix(graphile-postgis): remove isPgConnectionFilterMany scope to avoid some/every/none collision
Setting isPgConnectionFilterMany: true on our per-relation spatial
filter type caused ConnectionFilterBackwardRelationsPlugin to
auto-register some/every/none fields with FK-join semantics — colliding
with (and semantically different from) the ones we register. Our
plugin fully owns those fields for spatial-relation filter types, so
we leave that flag off.1 parent 16ad9f9 commit 8135653
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
575 | | - | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
576 | 580 | | |
577 | 581 | | |
578 | 582 | | |
| |||
0 commit comments