File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
include MANIFEST.in
2
2
3
+ include CODEOWNERS
3
4
include LICENSE
4
5
include README.md
5
6
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ a query language for APIs created by Facebook.
13
13
[ ![ Code Style] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/ambv/black )
14
14
15
15
The current version 1.0.5 of GraphQL-core-next is up-to-date with GraphQL.js version
16
- 14.3.1. All parts of the API are covered by an extensive test suite of currently 1788
16
+ 14.3.1. All parts of the API are covered by an extensive test suite of currently 1790
17
17
unit tests.
18
18
19
19
@@ -207,15 +207,15 @@ Some restrictions (mostly in line with the design goals):
207
207
and future development to members of the GraphQL-Python community.
208
208
209
209
The current version 2 of Graphene is using Graphql-core as core library for much of
210
- the heavy lifting. Note that it is not compatible with GraphQL-core-next.
210
+ the heavy lifting. Note that it is not compatible with GraphQL-core-next.
211
211
The new version 3 of Graphene however is planned to use GraphQL-core-next instead of
212
212
GraphQL-core, and GraphQL-core-next will probably be renamed to Graphql-core 3.
213
-
213
+
214
214
* [ Ariadne] ( https://github.com/mirumee/ariadne ) is a Python library for implementing
215
215
GraphQL servers using schema-first approach created by Mirumee Software.
216
-
216
+
217
217
Ariadne is already using GraphQL-core-next as its GraphQL implementation.
218
-
218
+
219
219
* [ Strawberry] ( https://github.com/strawberry-graphql/strawberry ) , created by Patrick
220
220
Arminio, is a new GraphQL library for Python 3, inspired by dataclasses,
221
221
that is also using GraphQL-core-next as underpinning.
You can’t perform that action at this time.
0 commit comments