Andrew Porritt

Results 13 issues of Andrew Porritt

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox > Make...

The resolver's return type doesn't quite match the return type from Prisma. Prisma's fields are optional (e.g. _count?), but the resolver's type doesn't have the fields as optional, which causes...

In order to work properly in VS Code, PNPM should be set explicitly in the VS Code `settings.json`.

The test in `packages/utils/tests/dmmf.test.ts` fails on windows as it expects the path separator to be `/` instead of `\`.

The Typescript compiler complains about some of the functions in `@paljs/utils` using the types from `@prisma/generator-helper` even though they're exported from `@paljs/types`. The functions in `utils` just need type annotations...

The return type of the aggregate resolvers is not quite right, and causes type errors from the Typescript compiler. #321 fixes the return type to match the Prisma types.