Resource. Graphene - Python

Simple yet Powerful. Your API is a User Interface

Graphene-Python is a library for building GraphQL APIs in Python easily, its main goal is to provide a simple but extendable API for making developers' lives easier.

But, what is GraphQL? GraphQL is a data query language developed internally by Facebook in 2012 before being publicly released in 2015. It provides an alternative to REST and ad-hoc webservice architectures.

Graphene developer's believe that GraphQL is the next big thing after peanut butter and REST.

 

Extensible Framework

Graphene-Python will work out of the box with your current stack. Compare Graphene’s code-first approach to building a GraphQL API with schema-first approaches like Apollo Server (JavaScript) or Ariadne (Python). Instead of writing GraphQL Schema Definition Language (SDL), we write Python code to describe the data provided by your server.

Graphene is fully featured with integrations for the most popular web frameworks and ORMs. Graphene produces schemas that are fully compliant with the GraphQL spec and provides tools and patterns for building a Relay-Compliant API as well.

Database

any

Operating System(s)

any

Download

https://github.com/graphql-python/graphene


Updated on: 28 Jun 2020