@@ -2,7 +2,7 @@ Relay Library for GraphQL Python
2
2
================================
3
3
4
4
This 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 >`__
6
6
reference implementation of a GraphQL server.
7
7
8
8
Note: 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
18
18
implementation is needed to provide context for this library.
19
19
20
20
An 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 >`__
22
22
for the `Specification for
23
- GraphQL <https://github.com/dittos/graphqllib > `__.
23
+ GraphQL <https://github.com/graphql-python/graphql-core > `__.
24
24
25
25
This 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
27
27
implementation of a GraphQL server.
28
28
29
29
An overview of the functionality that a Relay-compliant GraphQL server
@@ -42,11 +42,11 @@ Install Relay Library for GraphQL Python
42
42
43
43
.. code :: sh
44
44
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
46
46
pip install graphql-relay
47
47
48
48
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
50
50
functions can be used to simplify the creation of Relay patterns.
51
51
52
52
Connections
0 commit comments