mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 09:36:44 +03:00
Updated Readme docs
This commit is contained in:
parent
28c987bdd1
commit
58b04dfcf5
|
@ -1,4 +1,4 @@
|
|||
Please read [UPGRADE-v1.0.md](/UPGRADE-v1.0.md) to learn how to upgrade to Graphene `1.0`.
|
||||
Please read [UPGRADE-v2.0.md](/UPGRADE-v2.0.md) to learn how to upgrade to Graphene `2.0`.
|
||||
|
||||
---
|
||||
|
||||
|
@ -32,12 +32,12 @@ Also, Graphene is fully compatible with the GraphQL spec, working seamlessly wit
|
|||
For instaling graphene, just run this command in your shell
|
||||
|
||||
```bash
|
||||
pip install "graphene>=1.0"
|
||||
pip install "graphene>=2.0"
|
||||
```
|
||||
|
||||
## 1.0 Upgrade Guide
|
||||
## 2.0 Upgrade Guide
|
||||
|
||||
Please read [UPGRADE-v1.0.md](/UPGRADE-v1.0.md) to learn how to upgrade.
|
||||
Please read [UPGRADE-v2.0.md](/UPGRADE-v2.0.md) to learn how to upgrade.
|
||||
|
||||
|
||||
## Examples
|
||||
|
|
12
README.rst
12
README.rst
|
@ -1,5 +1,5 @@
|
|||
Please read `UPGRADE-v1.0.md </UPGRADE-v1.0.md>`__ to learn how to
|
||||
upgrade to Graphene ``1.0``.
|
||||
Please read `UPGRADE-v2.0.md </UPGRADE-v2.0.md>`__ to learn how to
|
||||
upgrade to Graphene ``2.0``.
|
||||
|
||||
--------------
|
||||
|
||||
|
@ -11,7 +11,7 @@ building GraphQL schemas/types fast and easily.
|
|||
|
||||
- **Easy to use:** Graphene helps you use GraphQL in Python without
|
||||
effort.
|
||||
- **Relay:** Graphene has builtin support for both Relay.
|
||||
- **Relay:** Graphene has builtin support for Relay.
|
||||
- **Data agnostic:** Graphene supports any kind of data source: SQL
|
||||
(Django, SQLAlchemy), NoSQL, custom Python objects, etc. We believe
|
||||
that by providing a complete API you could plug Graphene anywhere
|
||||
|
@ -47,12 +47,12 @@ For instaling graphene, just run this command in your shell
|
|||
|
||||
.. code:: bash
|
||||
|
||||
pip install "graphene>=1.0"
|
||||
pip install "graphene>=2.0"
|
||||
|
||||
1.0 Upgrade Guide
|
||||
2.0 Upgrade Guide
|
||||
-----------------
|
||||
|
||||
Please read `UPGRADE-v1.0.md </UPGRADE-v1.0.md>`__ to learn how to
|
||||
Please read `UPGRADE-v2.0.md </UPGRADE-v2.0.md>`__ to learn how to
|
||||
upgrade.
|
||||
|
||||
Examples
|
||||
|
|
Loading…
Reference in New Issue
Block a user