awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesGraphQL Frameworks

Comprehensive libraries for implementing GraphQL schemas, resolvers, and server logic.

Distinct from Python GraphQL Tools: Distinct from GraphQL Tools which are general utilities; this is a full framework for API construction.

Explore 4 awesome GitHub repositories matching part of an awesome list · GraphQL Frameworks. Refine with filters or upvote what's useful.

Awesome GraphQL Frameworks GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • javalin/javalinAvatar von javalin

    javalin/javalin

    8,290Auf GitHub ansehen↗

    Javalin is a lightweight web framework for Java and Kotlin designed for building REST APIs and web applications. It functions as an embedded Jetty web server, allowing applications to run as standalone processes without the need for an external servlet container. The project provides specialized frameworks for diverse communication patterns, including a REST API framework with automatic OpenAPI schema generation, a GraphQL API framework with query and mutation resolvers, and a WebSocket server for bidirectional real-time communication. It also includes a dedicated framework for pushing real-t

    Implements a full framework for exposing GraphQL schemas with query, mutation, and subscription resolvers.

    Kotlinhacktoberfestjavajavalin
    Auf GitHub ansehen↗8,290
  • graphql-python/grapheneAvatar von graphql-python

    graphql-python/graphene

    8,238Auf GitHub ansehen↗

    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

    Acts as a primary framework for building type-safe GraphQL APIs and schemas using Python.

    Python
    Auf GitHub ansehen↗8,238
  • 19majkel94/type-graphqlAvatar von 19majkel94

    19majkel94/type-graphql

    8,088Auf GitHub ansehen↗

    Type-graphql is a framework for building GraphQL servers that uses TypeScript classes as the single source of truth for schema definitions and types. It provides a schema generator and a resolver framework that allows developers to define queries and mutations using class-based controllers and decorators. The project focuses on a schema-first approach where TypeScript classes and metadata reflection are used to automatically derive GraphQL schemas. It incorporates a dependency injection container to manage the instantiation and lifecycle of resolver classes. The system includes a middleware

    Provides a comprehensive framework for building GraphQL queries and mutations using class-based controllers.

    TypeScript
    Auf GitHub ansehen↗8,088
  • strawberry-graphql/strawberryAvatar von strawberry-graphql

    strawberry-graphql/strawberry

    4,674Auf GitHub ansehen↗

    Strawberry is a type-safe GraphQL library for Python that enables the design of schemas using Python type annotations and dataclasses. It functions as an asynchronous GraphQL server and execution engine, providing a bridge to expose schemas across ASGI-compliant web frameworks such as FastAPI, Django, Flask, and Litestar. The project implements GraphQL Federation, allowing for the creation of distributed schemas and entities that merge into a unified supergraph across multiple services. It also includes a dedicated toolkit for the Relay specification, supporting global object identification a

    Provides a comprehensive type-safe framework for implementing GraphQL schemas and resolvers in Python.

    Pythonasgiasynciodjango
    Auf GitHub ansehen↗4,674
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. GraphQL Frameworks