GP4cK

Results 13 issues of GP4cK

Hello **Describe the bug** When trying to override a provider in tests, if I have 2 ProviderScope in my widget tree, I get the error message: ``` Tried to read...

bug

https://github.com/TriPSs/nestjs-query/blob/f894eed692bd3e4f667ec2f798b699c6e8609a19/packages/query-graphql/src/types/query/paging/cursor-paging.type.ts#L50-L57 Right now, we cannot use `last` without `before` so if we don't know the cursor of the last item, we cannot fetch the last page.

enhancement

Not sure if it's an issue with this repo or with TS but here we go: In my tests, I often have to declare a variable at the top, which...