graphql_data_loader2 6.3.0 copy "graphql_data_loader2: ^6.3.0" to clipboard
graphql_data_loader2: ^6.3.0 copied to clipboard

Batch and cache database lookups. Works well with GraphQL. Ported from JS.

GraphQL Data Loader 2 #

Pub Version (including pre-releases) Null Safety Gitter License melos

Batch and cache database lookups. Works well with GraphQL. Ported from the original JS version: Graphql

Installation #

In your pubspec.yaml:

dependencies:
  graphql_data_loader2: ^6.0.0

Usage #

Complete example: Source code

var userLoader = DataLoader((key) => myBatchGetUsers(keys));
var invitedBy = await userLoader.load(1)then(user => userLoader.load(user.invitedByID))
print('User 1 was invited by $invitedBy'));
0
likes
160
points
51
downloads

Publisher

verified publisherdukefirehawk.com

Weekly Downloads

Batch and cache database lookups. Works well with GraphQL. Ported from JS.

Homepage
Repository (GitHub)
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on graphql_data_loader2