Skip to content

Commit ecb1edd

Browse files
committed
Improved Docs
1 parent 52e68cf commit ecb1edd

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Please read [UPGRADE-v1.0.md](/UPGRADE-v1.0.md) to learn how to upgrade to Graph
88
[Graphene](http://graphene-python.org) is a Python library for building GraphQL schemas/types fast and easily.
99

1010
- **Easy to use:** Graphene helps you use GraphQL in Python without effort.
11-
- **Relay & Apollo:** Graphene has builtin support for both [Apollo](https://github.com/apollographql/apollo-client) and [Relay](https://github.com/facebook/relay)
11+
- **Relay:** Graphene has builtin support for both Relay.
1212
- **Data agnostic:** Graphene supports any kind of data source: SQL (Django, SQLAlchemy), NoSQL, custom Python objects, etc.
1313
We believe that by providing a complete API you could plug Graphene anywhere your data lives and make your data available
1414
through GraphQL.
@@ -25,6 +25,7 @@ Graphene has multiple integrations with different frameworks:
2525
| Google App Engine | [graphene-gae](https://github.com/graphql-python/graphene-gae/) |
2626
| Peewee | *In progress* ([Tracking Issue](https://github.com/graphql-python/graphene/issues/289)) |
2727

28+
Also, Graphene is fully compatible with the GraphQL spec, working seamlessly with all GraphQL clients, such as [Relay](https://github.com/facebook/relay), [Apollo](https://github.com/apollographql/apollo-client) and [gql](https://github.com/graphql-python/gql).
2829

2930
## Installation
3031

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ building GraphQL schemas/types fast and easily.
1111

1212
- **Easy to use:** Graphene helps you use GraphQL in Python without
1313
effort.
14-
- **Relay:** Graphene has builtin support for Relay
14+
- **Relay:** Graphene has builtin support for both Relay.
1515
- **Data agnostic:** Graphene supports any kind of data source: SQL
1616
(Django, SQLAlchemy), NoSQL, custom Python objects, etc. We believe
1717
that by providing a complete API you could plug Graphene anywhere
@@ -34,6 +34,12 @@ Graphene has multiple integrations with different frameworks:
3434
| Peewee | *In progress* (`Tracking Issue <https://github.com/graphql-python/graphene/issues/289>`__) |
3535
+---------------------+----------------------------------------------------------------------------------------------+
3636

37+
Also, Graphene is fully compatible with the GraphQL spec, working
38+
seamlessly with all GraphQL clients, such as
39+
`Relay <https://github.com/facebook/relay>`__,
40+
`Apollo <https://github.com/apollographql/apollo-client>`__ and
41+
`gql <https://github.com/graphql-python/gql>`__.
42+
3743
Installation
3844
------------
3945

0 commit comments

Comments
 (0)