doug-martin / nestjs-query

Easy CRUD for GraphQL.
https://doug-martin.github.io/nestjs-query
MIT License
820 stars 142 forks source link

Abstract object types don't inlcude filterable relations #399

Closed ikottman closed 4 years ago

ikottman commented 4 years ago

Filterable relations are lost when extending an abstract object type (added in https://github.com/doug-martin/nestjs-query/issues/82).

Something similar to what was done for FilterableFields needs to be done for relations

doug-martin commented 4 years ago

@ikottman this has been fixed in @nestjs-query/query-graphl@v0.17.6

Thanks!