A GraphQL library for Python that leverages type annotations 🍓
-
Updated
Nov 14, 2024 - Python
GraphQL is a data query language developed by Facebook. It provides an alternative to REST and ad-hoc webservice architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server. It is a strongly typed runtime which allows clients to dictate what data is needed.
A GraphQL library for Python that leverages type annotations 🍓
Python library for implementing GraphQL servers using schema-first approach.
Django Channels based WebSocket GraphQL server with Graphene-like subscriptions
JSON (de)serialization, GraphQL and JSON schema generation using Python typing.
Boiler plate project for using GraphQL (Strawberry) with FastAPI and Async SQL Alchemy 🍓
Filters for Graphene SQLAlchemy integration
A modern Pythonic GraphQL implementation.
Graphene PynamoDB Integration
Ariadne package for implementing Ariadne GraphQL schemas using modular approach.
A Python GraphQL server example using Falcon and Graphene
Modular, cohesive, transparent and fast web server template
A GraphQL to Cypher query execution layer for Neo4j and Python GraphQL implementations.
Zimbra Machine Learning GraphQL Server
This is an example of using GraphQL federation with python. This includes multiple python graphql servers and a federated gateway.
GraphQL API Backend for cineman.io
A GraphQL server prototyped in many languages
Django backend that exposes GraphQL API for HomeKeeper
Modelresolvers structures your GraphQL project by feature instead of operation type such as query and mutation to manage it easier
Referral app using GraphQL server written in node(express) and REST API server python(flask)