From c47e63e5223dad20ba51bbdab28e427d96ba4c5f Mon Sep 17 00:00:00 2001 From: Tobe O Date: Thu, 18 Apr 2019 23:21:17 -0400 Subject: [PATCH] Add badges to data_loader --- data_loader/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data_loader/README.md b/data_loader/README.md index af37dcab..7d8c5ce7 100644 --- a/data_loader/README.md +++ b/data_loader/README.md @@ -1,4 +1,8 @@ # data_loader +[![Pub](https://img.shields.io/pub/v/data_loader.svg)](https://pub.dartlang.org/packages/data_loader) +[![build status](https://travis-ci.org/angel-dart/graphql.svg)](https://travis-ci.org/angel-dart/graphql) + + Batch and cache database lookups. Works well with GraphQL. Ported from the original JS version: https://github.com/graphql/dataloader