@@ -2,7 +2,7 @@ Relay Library for GraphQL Python
22================================
33
44This is a library to allow the easy creation of Relay-compliant servers
5- using the `GraphQL Python <https://github.com/dittos/graphqllib >`__
5+ using the `GraphQL Python <https://github.com/graphql-python/graphql-core >`__
66reference implementation of a GraphQL server.
77
88Note: The code is a **exact ** port of the original `graphql-relay js
@@ -18,12 +18,12 @@ A basic understanding of GraphQL and of the GraphQL Python
1818implementation is needed to provide context for this library.
1919
2020An overview of GraphQL in general is available in the
21- `README <https://github.com/dittos/graphqllib /blob/master/README.md >`__
21+ `README <https://github.com/graphql-python/graphql-core /blob/master/README.md >`__
2222for the `Specification for
23- GraphQL <https://github.com/dittos/graphqllib > `__.
23+ GraphQL <https://github.com/graphql-python/graphql-core > `__.
2424
2525This library is designed to work with the the `GraphQL
26- Python <https://github.com/dittos/graphqllib > `__ reference
26+ Python <https://github.com/graphql-python/graphql-core > `__ reference
2727implementation of a GraphQL server.
2828
2929An overview of the functionality that a Relay-compliant GraphQL server
@@ -42,11 +42,11 @@ Install Relay Library for GraphQL Python
4242
4343.. code :: sh
4444
45- pip install git+https://github.com/dittos/graphqllib .git # Last version of graphqllib
45+ pip install git+https://github.com/graphql-python/graphql-core .git # Last version of graphqllib
4646 pip install graphql-relay
4747
4848 When building a schema for
49- `GraphQL <https://github.com/dittos/graphqllib >`__, the provided library
49+ `GraphQL <https://github.com/graphql-python/graphql-core >`__, the provided library
5050functions can be used to simplify the creation of Relay patterns.
5151
5252Connections
0 commit comments