Releases: slaypni/type-graphql-dataloader
Releases · slaypni/type-graphql-dataloader
v0.5.1
Breaking Changes
Changes
- Upgrade dataloader to 2.1.0
- Upgrade uuid to 9.0.0
v0.5.0
Breaking Changes
ApolloServerLoaderPlugin()
is now compatible with Apollo Server 3. Apollo Server 2 compatibility is dropped. (thanks to @giacomorebonato)
v0.4.1
Bug Fixes
- TypeORM ImplicitLoader could fail on MariaDB (#28) (thanks to @Iran-110)
v0.4.0
Changes
@TypeormLoader
no longer needs arguments (thanks to @t2y)
v0.3.7
Misc
- Use
import type
for typeorm
v0.3.6
Misc
- Make
@TypeormLoader
's typeFunc
arg optional
v0.3.5
Breaking Changes
- Change not to include
args
in ResolverData
passed to @Loader
's batchLoadFn
v0.3.4
Changes
- Change type of
context
property to any
in batchLoadFn
's second arg
v0.3.3
Changes
- Change type of
context
property to Record<string, any>
in batchLoadFn
's second arg
v0.3.2
Fixes
- Remove type assertion
as ApolloServerPlugin
which causes TS error depending on apollo-server
version.