From 81c1cf3d61e47527ff49a15e97cfdbabe88a8755 Mon Sep 17 00:00:00 2001 From: Jonas Helfer Date: Wed, 15 Feb 2017 20:59:56 -0800 Subject: [PATCH] Update README.md Mention that Graphene works great with both Relay and Apollo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c77930b..c8ee5c8e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Please read [UPGRADE-v1.0.md](/UPGRADE-v1.0.md) to learn how to upgrade to Graph [Graphene](http://graphene-python.org) is a Python library for 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 Relay +- **Relay & Apollo:** Graphene has builtin support for both [Apollo](https://github.com/apollographql/apollo-client) and [Relay](https://github.com/facebook/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 your data lives and make your data available through GraphQL.