From 9a3f11b802fefeb316169d49507717b3571a6e27 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Thu, 1 Oct 2015 09:40:51 -0700 Subject: [PATCH] =?UTF-8?q?Added=20extra=20info=20to=20README=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be5f9ccc..7af681f5 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # Graphene: Python DSL for GraphQL This is a library to use GraphQL in Python in a easy way. -It will map the models/fields to internal GraphQL-py objects without effort. +It will map the models/fields to internal GraphQL-py objects without effort. Including automatic [Django models](#djangorelay-schema) conversion. [![Build Status](https://travis-ci.org/syrusakbary/graphene.svg?branch=master)](https://travis-ci.org/syrusakbary/graphene) [![Coverage Status](https://coveralls.io/repos/syrusakbary/graphene/badge.svg?branch=master&service=github)](https://coveralls.io/github/syrusakbary/graphene?branch=master) +*Note: This library requires installing [graphqllib](https://github.com/dittos/graphqllib) and [graphql-relay](https://github.com/syrusakbary/graphql-relay-py) external libraries.* + ## Usage Example code of a GraphQL schema using Graphene: