Releases: devoxa/prisma-relay-cursor-connection
Releases · devoxa/prisma-relay-cursor-connection
v3.1.2
v3.1.1
- Run internal findMany and aggregate query operations in parallel (Thanks to @Kareem-Medhat)
v3.1.0
v3.0.0
Breaking
- Increase minimum supported Node version to v18
v2.2.4
- Update documentation on supported peer dependency versions
v2.2.3
- Add
@prisma/client@^5.0.0
to the peer dependencies
v2.2.2
- Add
@prisma/client@^4.0.0
to the peer dependencies
v2.2.1
- Fix custom nodes via
recordToEdge
not being returned vianodes
attribute - Fix
nodes
not being set when using resolve information without aedges
attribute
v2.2.0
v2.1.0
- Add the ability to optimize database behaviour by passing
GraphQLResolveInfo
. (Documentation, thanks to @marinarierav & @TheAschr)