Skip to content

Commit b17670b

Browse files
committed
Adding multipart protocol to README.md
1 parent 52fbedc commit b17670b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,14 @@ The complete documentation for GQL can be found at
3030

3131
## Features
3232

33-
* Execute GraphQL queries using [different protocols](https://gql.readthedocs.io/en/latest/transports/index.html):
33+
* Execute GraphQL requests using [different protocols](https://gql.readthedocs.io/en/latest/transports/index.html):
3434
* http
35+
* including the multipart protocol for subscriptions
3536
* websockets:
3637
* apollo or graphql-ws protocol
3738
* Phoenix channels
38-
* AWS AppSync realtime protocol (experimental)
39-
* Possibility to [validate the queries locally](https://gql.readthedocs.io/en/latest/usage/validation.html) using a GraphQL schema provided locally or fetched from the backend using an instrospection query
39+
* AWS AppSync realtime protocol
40+
* Possibility to [validate the requests locally](https://gql.readthedocs.io/en/latest/usage/validation.html) using a GraphQL schema provided locally or fetched from the backend using an instrospection query
4041
* Supports GraphQL queries, mutations and [subscriptions](https://gql.readthedocs.io/en/latest/usage/subscriptions.html)
4142
* Supports [sync](https://gql.readthedocs.io/en/latest/usage/sync_usage.html) or [async](https://gql.readthedocs.io/en/latest/usage/async_usage.html) usage, [allowing concurrent requests](https://gql.readthedocs.io/en/latest/advanced/async_advanced_usage.html#async-advanced-usage)
4243
* Supports [File uploads](https://gql.readthedocs.io/en/latest/usage/file_upload.html)

0 commit comments

Comments
 (0)