platform/packages/graphql/data_loader/pubspec.yaml

12 lines
350 B
YAML
Raw Normal View History

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