Prisma Relay Cursor Connection Versions Save

Extend Prisma's `findMany` method to support Relay Cursor Connections.

v3.1.1

5 months ago
  • Run internal findMany and aggregate query operations in parallel (Thanks to @Kareem-Medhat)

v3.1.0

9 months ago
  • Add support for inferring the custom edge type (Thanks to @orta)

v3.0.0

9 months ago

Breaking

  • Increase minimum supported Node version to v18

v2.2.4

9 months ago
  • Update documentation on supported peer dependency versions

v2.2.3

10 months ago
  • Add @prisma/client@^5.0.0 to the peer dependencies

v2.2.2

1 year ago
  • Add @prisma/client@^4.0.0 to the peer dependencies

v2.2.1

2 years ago
  • Fix custom nodes via recordToEdge not being returned via nodes attribute
  • Fix nodes not being set when using resolve information without a edges attribute

v2.2.0

2 years ago
  • Add a nodes attribute as part of the object returned by findManyCursorConnection (Thanks to @kervin5)

v2.1.0

2 years ago
  • Add the ability to optimize database behaviour by passing GraphQLResolveInfo. (Documentation, thanks to @marinarierav & @TheAschr)

v1.1.1

2 years ago

Chores

  • Update internal dependencies & CI pipeline