From 729e09c8add3eb78480bc1e55140a5ca3bf3e426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20Ram=C3=B3n?= Date: Wed, 12 Sep 2018 02:53:36 +0000 Subject: [PATCH] README.md: Updates `graphql-go/graphql` features. - Subscription support: https://github.com/graphql-go/graphql/issues/49#issuecomment-404909227 - Concurrency support: https://github.com/graphql-go/graphql/issues/389 - Dataloading support: https://github.com/graphql-go/graphql/pull/388 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ae66cf91d7b..aa6f4468123 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ See the [docs](https://gqlgen.com/) for a getting started guide. | Docs | [docs](https://gqlgen.com) & [examples](https://github.com/99designs/gqlgen/tree/master/example) | [examples](https://github.com/graph-gophers/graphql-go/tree/master/example/starwars) | [examples](https://github.com/graphql-go/graphql/tree/master/examples) | [examples](https://github.com/samsarahq/thunder/tree/master/example)| | Query | :+1: | :+1: | :+1: | :+1: | | Mutation | :+1: | :construction: [pr](https://github.com/graph-gophers/graphql-go/pull/182) | :+1: | :+1: | -| Subscription | :+1: | :construction: [pr](https://github.com/graph-gophers/graphql-go/pull/132) | :no_entry: [is](https://github.com/graphql-go/graphql/issues/207) | :+1: | +| Subscription | :+1: | :construction: [pr](https://github.com/graph-gophers/graphql-go/pull/132) | :+1: | :+1: | | Type Safety | :+1: | :+1: | :no_entry: | :+1: | | Type Binding | :+1: | :construction: [pr](https://github.com/graph-gophers/graphql-go/pull/194) | :no_entry: | :+1: | | Embedding | :+1: | :construction: [pr](https://github.com/graphql-go/graphql/pull/274) | :no_entry: | :no_entry: | @@ -23,8 +23,8 @@ See the [docs](https://gqlgen.com/) for a getting started guide. | Stitching gql | :clock1: [is](https://github.com/99designs/gqlgen/issues/5) | :no_entry: | :no_entry: | :no_entry: | | Opentracing | :+1: | :+1: | :no_entry: | :scissors:[pr](https://github.com/samsarahq/thunder/pull/77) | | Hooks for error logging | :+1: | :no_entry: | :no_entry: | :no_entry: | -| Dataloading | :+1: | :+1: | :no_entry: | :warning: | -| Concurrency | :+1: | :+1: | :no_entry: [pr](https://github.com/graphql-go/graphql/pull/132) | :+1: | +| Dataloading | :+1: | :+1: | :+1: | :warning: | +| Concurrency | :+1: | :+1: | :+1: | :+1: | | Custom errors & error.path | :+1: | :no_entry: [is](https://github.com/graphql-go/graphql/issues/259) | :no_entry: | :no_entry: |