mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 20:54:16 +03:00
Added extra info to README ✨
This commit is contained in:
parent
587f05e1d7
commit
9a3f11b802
|
@ -1,11 +1,13 @@
|
||||||
# Graphene: Python DSL for GraphQL
|
# Graphene: Python DSL for GraphQL
|
||||||
|
|
||||||
This is a library to use GraphQL in Python in a easy way.
|
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)
|
[![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)
|
[![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
|
## Usage
|
||||||
|
|
||||||
Example code of a GraphQL schema using Graphene:
|
Example code of a GraphQL schema using Graphene:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user