File tree 1 file changed +1
-0
lines changed 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ The main features of GQL are:
39
39
* Supports GraphQL queries, mutations and [ subscriptions] ( https://gql.readthedocs.io/en/latest/usage/subscriptions.html )
40
40
* 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 )
41
41
* Supports [ File uploads] ( https://gql.readthedocs.io/en/latest/usage/file_upload.html )
42
+ * Supports [ Custom scalars / Enums] ( https://gql.readthedocs.io/en/latest/usage/custom_scalars_and_enums.html )
42
43
* [ gql-cli script] ( https://gql.readthedocs.io/en/latest/gql-cli/intro.html ) to execute GraphQL queries from the command line
43
44
* [ DSL module] ( https://gql.readthedocs.io/en/latest/advanced/dsl_module.html ) to compose GraphQL queries dynamically
44
45
You can’t perform that action at this time.
0 commit comments