Skip to content

Commit 183a291

Browse files
committed
DOC add links in README
1 parent d7d871f commit 183a291

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ The main features of GQL are:
3636

3737
* Execute GraphQL queries using [different protocols](https://gql.readthedocs.io/en/latest/transports/index.html) (http, websockets, ...)
3838
* 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-
* Supports GraphQL queries, mutations and subscriptions
39+
* Supports GraphQL queries, mutations and [subscriptions](https://gql.readthedocs.io/en/latest/usage/subscriptions.html)
4040
* Supports [sync or async usage](https://gql.readthedocs.io/en/latest/async/index.html), [allowing concurrent requests](https://gql.readthedocs.io/en/latest/advanced/async_advanced_usage.html#async-advanced-usage)
4141
* Supports [File uploads](https://gql.readthedocs.io/en/latest/usage/file_upload.html)
42+
* [gql-cli script](https://gql.readthedocs.io/en/latest/gql-cli/intro.html) to execute GraphQL queries from the command line
4243

4344
## Installation
4445

docs/usage/validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Schema validation
44
=================
55

6-
It a GraphQL schema is provided, gql will validate the queries locally before sending them to the backend.
6+
If a GraphQL schema is provided, gql will validate the queries locally before sending them to the backend.
77
If no schema is provided, gql will send the query to the backend without local validation.
88

99
You can either provide a schema yourself, or you can request gql to get the schema

0 commit comments

Comments
 (0)