We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0384446 commit c7cc1daCopy full SHA for c7cc1da
juniper/CHANGELOG.md
@@ -3,7 +3,7 @@
3
## Features
4
5
- Added async support. ([#2](https://github.com/graphql-rust/juniper/issues/2))
6
- - `Schema::execute()` is now async. Synchronous execution can still be used via `Schema::execute_sync()`.
+ - `execute()` is now async. Synchronous execution can still be used via `execute_sync()`.
7
- Field resolvers may optionally be declared as `async` and return a future.
8
9
- Added *experimental* support for GraphQL subscriptions. ([#433](https://github.com/graphql-rust/juniper/pull/433))
0 commit comments