aboutsummaryrefslogtreecommitdiff
path: root/devel/py-graphene/pkg-descr
blob: 8ab91e08f11c53c482ae3b49f26752750e3330ad (plain) (blame)
1
2
3
4
5
6
7
Graphene 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.
- 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.