bump graphql_server to 1.0.3

This commit is contained in:
Tobe O 2020-02-03 15:29:11 -05:00
parent 0a50ce1ad5
commit d4e9f042f9
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
# 1.0.3
* Make field resolution asynchronous.
* Make introspection cycle-safe.
* Thanks @deep-guarav and @micimize!
# 1.0.2
* https://github.com/angel-dart/graphql/pull/32

View file

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