Jakub Navrátil

Results 20 comments of Jakub Navrátil

I'm sorry I can't fix this now. It was side project and I currently don't have time for it. If you can open a PR, please do. Thanks

@kamilmysliwiec maybe this could be somewhat optional? you disabled all guards, filters and interceptors. what if I want to run guard againts some property? In my case I was running...

I imagine this line https://github.com/nestjs/graphql/blob/1504e021af3119feb8d8ecaed29b47d695939d9c/lib/services/resolvers-explorer.service.ts#L134 could be somehow referenced in @ResolveProperty's decorator options. At least making it possible to add guards on properties. Of course it takes some performance hits,...

Documentation really lacks information about this. There is not even mention about fact, that running one query can trigger another query refetch - . This is very unexpected behavior, can...

I tested it and manual `refetch` works ok with `nextFetchPolicy: cache-first`. I guess lack of documentation and unfortunate name `nextFetchPolicy` causes lot of misunderstanding.

Per project settigs can be written in .sublime-project like this: ``` "codeintel_settings": { "codeintel_language_settings": { "PHP": { "codeintel_scan_exclude_dir":["C:\\\\xampp\\\\php\\\\pear\\\\"] } } } ```

Hi @doug-martin is there any progress on this? How can I help?

@doug-martin Hi man, this project is awesome and it already saved me ton of time. Is there any progress on this? Can I help somehow?

I just stumble on this issue, currenty DTOs without any FilterableField are NOT valid and throwss error.