awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesServer Libraries

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.

Awesome Server Libraries GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • graphql-python/grapheneAvatar de graphql-python

    graphql-python/graphene

    8,238Ver en GitHub↗

    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.

    Python
    Ver en GitHub↗8,238
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Python GraphQL Tools
  5. Server Libraries