bump graphql_server to 1.0.3
This commit is contained in:
parent
0a50ce1ad5
commit
d4e9f042f9
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
# 1.0.3
|
||||||
|
* Make field resolution asynchronous.
|
||||||
|
* Make introspection cycle-safe.
|
||||||
|
* Thanks @deep-guarav and @micimize!
|
||||||
|
|
||||||
# 1.0.2
|
# 1.0.2
|
||||||
* https://github.com/angel-dart/graphql/pull/32
|
* https://github.com/angel-dart/graphql/pull/32
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: graphql_server
|
name: graphql_server
|
||||||
version: 1.0.2
|
version: 1.0.3
|
||||||
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