roll 1.0.2 of graphql_server
This commit is contained in:
parent
b323ecc3b4
commit
d4c427b021
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# 1.0.2
|
||||||
|
* https://github.com/angel-dart/graphql/pull/32
|
||||||
|
|
||||||
# 1.0.1
|
# 1.0.1
|
||||||
* Fix a bug where `globalVariables` were not being properly passed
|
* Fix a bug where `globalVariables` were not being properly passed
|
||||||
to field resolvers.
|
to field resolvers.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: graphql_server
|
name: graphql_server
|
||||||
version: 1.0.1
|
version: 1.0.2
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
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.
|
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
|
homepage: https://github.com/angel-dart/graphql
|
||||||
|
|
Loading…
Reference in a new issue