server pubspec

This commit is contained in:
Tobe O 2018-10-23 12:10:34 -04:00
parent 76015be604
commit 9c111d9837
2 changed files with 7 additions and 0 deletions

4
graphql_server/README.md Normal file
View file

@ -0,0 +1,4 @@
# graphql_server
Base package for implementing GraphQL servers.
You might prefer [`package:angel_graphql`](https://github.com/angel-dart/graphql),
the fastest way to implement GraphQL backends in Dart.

View file

@ -1,5 +1,8 @@
name: graphql_server
version: 1.0.0-beta
author: Tobe O <thosakwe@gmail.com>
description: Base package for implementing GraphQL servers. You might prefer `package:angel_graphql`, the fastest way to implement GraphQL backends in Dart.
homepage: https://github.com/angel-dart/graphql
environment:
sdk: ">=1.8.0 <3.0.0"
dependencies: