1 Repo
Libraries that provide the core logic to process GraphQL queries and execute resolvers on a backend.
Distinct from Python GraphQL Tools: Specializes Python GraphQL Tools by focusing specifically on the server-side execution and resolution logic.
Explore 1 awesome GitHub repository matching part of an awesome list · Server Libraries. Refine with filters or upvote what's useful.
Graphene is a library and framework for building type-safe GraphQL APIs and schemas using Python objects and resolvers. It provides a system for mapping internal data models to typed GraphQL schemas, enabling the creation of servers that process queries and execute resolvers to return structured data. The project includes a full implementation of the Relay specification, providing standardized patterns for global object identification and cursor-based pagination. It utilizes a class-based approach to schema definition and supports interface-based type inheritance. The framework covers a broa
Provides the backend infrastructure to process GraphQL queries and execute Python resolvers.