adrianbrowning / prisma-ts-select

A TypeSafe primsa extension allowing more fine grain control of selects
MIT License
2 stars 0 forks source link

join should not show tables that have no relationship #23

Closed adrianbrowning closed 4 months ago

adrianbrowning commented 4 months ago

join currently extends TTables, but it needs to be filtered down to just the tables that are in the relations object.

adrianbrowning commented 4 months ago

Completed in : https://github.com/adrianbrowning/prisma-ts-select/pull/25