roll 1.0.2 of graphql_server

This commit is contained in:
Tobe O 2019-09-29 19:03:39 -04:00
parent b323ecc3b4
commit d4c427b021
2 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,6 @@
# 1.0.2
* https://github.com/angel-dart/graphql/pull/32
# 1.0.1
* Fix a bug where `globalVariables` were not being properly passed
to field resolvers.

View file

@ -1,5 +1,5 @@
name: graphql_server
version: 1.0.1
version: 1.0.2
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