From 7dc960de191983cc937a2984eb108289b3900e8e Mon Sep 17 00:00:00 2001 From: Sunli Date: Wed, 6 Jan 2021 19:54:48 +0800 Subject: [PATCH] Update feature-comparsion.md #377 --- feature-comparison.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/feature-comparison.md b/feature-comparison.md index b8c5a7d0..c97e63b6 100644 --- a/feature-comparison.md +++ b/feature-comparison.md @@ -4,9 +4,9 @@ Comparing Features of Other Rust GraphQL Implementations **Please let me know if there is anything wrong.** -| | async-graphql | juniper(0.14.2) | +| | async-graphql | juniper(0.15.1) | |----------------|---------------|-----------------| -| async/await | 👍 | ⛔️ | +| async/await | 👍 | 👍️ | | Rustfmt friendly(No DSL) | 👍 | ⛔️ | | Boilerplate | Less | Some | | Type Safety | 👍 | 👍 | @@ -23,7 +23,7 @@ Comparing Features of Other Rust GraphQL Implementations | Input validators | 👍 | ⛔️ | | Field guard | 👍 | ⛔️ | | Multipart request(upload file) | 👍 | ⛔️ | -| Subscription | 👍 | ⛔️ | +| Subscription | 👍 | 👍️ | | Opentracing | 👍 | ⛔️ | | Apollo Federation | 👍 | ⛔️ | | Apollo Tracing | 👍 | ⛔️ |