@@ -5,11 +5,11 @@ the JavaScript reference implementation for [GraphQL](https://graphql.org/),
5
5
a query language for APIs created by Facebook.
6
6
7
7
[ ![ PyPI version] ( https://badge.fury.io/py/graphql-core.svg )] ( https://badge.fury.io/py/graphql-core )
8
- [ ![ Documentation Status] ( https://readthedocs.org/projects/graphql-core-next /badge/ )] ( https://graphql-core-next .readthedocs.io )
9
- [ ![ Build Status] ( https://travis-ci.com/graphql-python/graphql-core-next .svg?branch=master )] ( https://travis-ci.com/graphql-python/graphql-core-next )
10
- [ ![ Coverage Status] ( https://codecov.io/gh/graphql-python/graphql-core-next /branch/master/graph/badge.svg )] ( https://codecov.io/gh/graphql-python/graphql-core-next )
11
- [ ![ Dependency Updates] ( https://pyup.io/repos/github/graphql-python/graphql-core-next /shield.svg )] ( https://pyup.io/repos/github/graphql-python/graphql-core-next / )
12
- [ ![ Python 3 Status] ( https://pyup.io/repos/github/graphql-python/graphql-core-next /python-3-shield.svg )] ( https://pyup.io/repos/github/graphql-python/graphql-core-next / )
8
+ [ ![ Documentation Status] ( https://readthedocs.org/projects/graphql-core/badge/ )] ( https://graphql-core.readthedocs.io )
9
+ [ ![ Build Status] ( https://travis-ci.com/graphql-python/graphql-core.svg?branch=master )] ( https://travis-ci.com/graphql-python/graphql-core )
10
+ [ ![ Coverage Status] ( https://codecov.io/gh/graphql-python/graphql-core/branch/master/graph/badge.svg )] ( https://codecov.io/gh/graphql-python/graphql-core )
11
+ [ ![ Dependency Updates] ( https://pyup.io/repos/github/graphql-python/graphql-core/shield.svg )] ( https://pyup.io/repos/github/graphql-python/graphql-core/ )
12
+ [ ![ Python 3 Status] ( https://pyup.io/repos/github/graphql-python/graphql-core/python-3-shield.svg )] ( https://pyup.io/repos/github/graphql-python/graphql-core/ )
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 stable version 3.0.3 of GraphQL-core is up-to-date with
@@ -21,7 +21,7 @@ An extensive test suite with over 2100 unit tests and 100% coverage also replica
21
21
## Documentation
22
22
23
23
A more detailed documentation for GraphQL-core 3 can be found at
24
- [ graphql-core-next .readthedocs.io] ( https://graphql-core-next .readthedocs.io/ ) .
24
+ [ graphql-core.readthedocs.io] ( https://graphql-core.readthedocs.io/ ) .
25
25
26
26
The documentation for GraphQL.js can be found at [ graphql.org/graphql-js/] ( https://graphql.org/graphql-js/ ) .
27
27
@@ -213,17 +213,17 @@ Some restrictions (mostly in line with the design goals):
213
213
* [ Ariadne] ( https://github.com/mirumee/ariadne ) is a Python library for implementing
214
214
GraphQL servers using schema-first approach created by Mirumee Software.
215
215
216
- Ariadne is already using GraphQL-core-next as its GraphQL implementation.
216
+ Ariadne is already using GraphQL-core 3 as its GraphQL implementation.
217
217
218
218
* [ Strawberry] ( https://github.com/strawberry-graphql/strawberry ) , created by Patrick
219
219
Arminio, is a new GraphQL library for Python 3, inspired by dataclasses,
220
- that is also using GraphQL-core-next as underpinning.
220
+ that is also using GraphQL-core 3 as underpinning.
221
221
222
222
223
223
## Changelog
224
224
225
225
Changes are tracked as
226
- [ GitHub releases] ( https://github.com/graphql-python/graphql-core-next /releases ) .
226
+ [ GitHub releases] ( https://github.com/graphql-python/graphql-core/releases ) .
227
227
228
228
229
229
## Credits and history
@@ -245,5 +245,5 @@ and ported to many different programming languages.
245
245
## License
246
246
247
247
GraphQL-core 3 is
248
- [ MIT-licensed] ( https://github.com/graphql-python/graphql-core-next /blob/master/LICENSE ) ,
248
+ [ MIT-licensed] ( https://github.com/graphql-python/graphql-core/blob/master/LICENSE ) ,
249
249
just like GraphQL.js.
0 commit comments