2019-04-19 03:20:18 +00:00
|
|
|
name: data_loader
|
|
|
|
version: 1.0.0
|
|
|
|
author: Tobe O <thosakwe@gmail.com>
|
|
|
|
description: Batch and cache database lookups. Works well with GraphQL. Ported from JS.
|
|
|
|
homepage: https://github.com/angel-dart/graphql
|
|
|
|
environment:
|
2021-02-14 05:22:25 +00:00
|
|
|
sdk: '>=2.10.0 <2.12.0'
|
2019-04-19 03:20:18 +00:00
|
|
|
dev_dependencies:
|
2021-02-14 05:22:25 +00:00
|
|
|
graphql_schema: #^1.0.0
|
|
|
|
path: ../graphql_schema
|
2019-04-19 03:20:18 +00:00
|
|
|
pedantic: ^1.0.0
|
2021-02-14 05:22:25 +00:00
|
|
|
test: ^1.15.7
|