graphql_data_loader2 6.3.0
graphql_data_loader2: ^6.3.0 copied to clipboard
Batch and cache database lookups. Works well with GraphQL. Ported from JS.
Change Log #
6.3.0 #
- Require Dart >= 3.6
- Updated
lints
to 5.0.0
6.2.0 #
- Require Dart >= 3.3
- Updated
lints
to 4.0.0
6.1.0 #
- Updated
lints
to 3.0.0 - Fixed linter warnings
- Updated repository link
6.0.0 #
- Require dart >= 3.0.x
5.0.0 #
- Require dart >= 2.17.x
4.0.0 #
- Require dart >= 2.16.x
3.0.0 #
- Updated to SDK 2.15.x
2.1.0 #
- Upgraded from
pendantic
tolints
linter
2.0.0 #
- Migrated to support Dart SDK 2.12.x NNBD
- Rename
data_loader
tographql_data_loader2
1.0.0 #
- Initial version.