Conor Watson

Results 5 comments of Conor Watson

Hey @doug-martin, thanks for getting back to me Here is a copy of the `RelationTest` module ```js import { NestjsQueryGraphQLModule } from '@nestjs-query/query-graphql'; import { NestjsQueryTypeOrmModule } from '@nestjs-query/query-typeorm'; import...

Ahh ok that makes more sense! I've not got a resolver for `NestedDTO`, only one for `RelationTestDTO`. I've attempted to use an auto-generated resolver by adding the following line to...

@doug-martin Ahh thank you, that seems to have helped! After the above change I was getting the error `Error: Nest can't resolve dependencies of the NestedDTOAutoResolver (?, pub_sub). Please make...

> I would see this as a breaking change because it changes the rehydration behaviour, but i totally see it as a feature/something needed. Maybe keep it being a flag...

Hey @prazdevs apologies for the delay in getting around to this - I've updated the PR with a new `pathHydration` opt-in flag