graphene/docs/pages/index.md
2015-11-25 17:28:20 -08:00

15 lines
550 B
Markdown

---
path: /
---
<div><a class="starwars-example" href="http://swapi.graphene-python.org/">Check our Django Starwars API example!</a></div>
## About Graphene
Graphene is a Python library for building GraphQL schemas/types fast and easily.
**What is GraphQL?** A GraphQL query is a string interpreted by a server that returns data in a specified format.
- **Easy to use:** Graphene helps you use GraphQL in Python without effort.
- **Relay:** Graphene has builtin support for Relay
- **Django:** Automatic *Django model* mapping to Graphene Types.