graphene/docs/pages/index.md

11 lines
434 B
Markdown
Raw Normal View History

2015-11-21 21:33:29 +03:00
---
path: /
---
2015-11-26 02:25:03 +03:00
<div><a class="starwars-example" href="http://swapi.graphene-python.org/">Check our Django Starwars API example!</a></div>
2015-11-21 21:33:29 +03:00
2015-11-26 09:58:43 +03:00
## Meet Graphene
2015-11-21 21:33:29 +03:00
Graphene is a Python library for building GraphQL schemas/types fast and easily.
2015-11-26 09:58:43 +03:00
**But, what is GraphQL?** A GraphQL query is a string interpreted by a server that returns data in a specified format. We believe *GraphQL* is the next big thing after peanut butter and *REST*.