prisma-relay-cursor-connection
prisma-relay-cursor-connection copied to clipboard
Extend Prisma's `findMany` method to support Relay Cursor Connections.
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`8.57.1` -> `9.13.0`](https://renovatebot.com/diffs/npm/eslint/8.57.1/9.13.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
Hi, thanks for the library! I have an auto generated ObjectType like the following: ```ts @ObjectType() export class Product { @Field() id!: string; @Field(() => Price[]) prices!: Price[] } ```...
Hello! Thanks for this package. I'm implementing it in a code base to transition from prisma1 -> prisma5. I ran into an issue where the types don't appear to be...
There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved. Error type: Failed to decrypt...
You can currently use numeric IDs / cursors, but you have to manually pass the generic: https://github.com/devoxa/prisma-relay-cursor-connection/blob/master/tests/index.spec.ts#L194 ```ts // v Model type const result = await findManyCursorConnection( // ^ Cursor...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/jest](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest)) | [`29.5.14` -> `30.0.0`](https://renovatebot.com/diffs/npm/@types%2fjest/29.5.14/30.0.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://redirect.github.com/actions/node-versions) | uses-with | major | `20.19.2` -> `22.16.0` | --- ### Release...