Corey Kovalik
Corey Kovalik
## Types of changes Using the `context.graphback.Model.findBy` method should not require a path arg to get the count back. `requestedCount` was returning false always if `"items"` was not passed as...
This makes our DX better. As a developer, we shouldn't have to assert that MyType is not null, because it never happens. `items` is never `[MyType1, MyType2, null, null, MyType3]`...
**Is your feature request related to a problem? Please describe.** see: https://github.com/jest-community/jest-extended/blob/main/website/docs/getting-started/typescript.md I had luck with a simpler solution than referencing `global.d.ts` from `node_modules` as is currently suggested in the...