Skip to content

Commit 81c1cf3

Browse files
authored
Update README.md
Mention that Graphene works great with both Relay and Apollo
1 parent 8dff91d commit 81c1cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 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:** Graphene has builtin support for Relay
11+
- **Relay & Apollo:** Graphene has builtin support for both [Apollo](https://github.com/apollographql/apollo-client) and [Relay](https://github.com/facebook/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.

0 commit comments

Comments
 (0)