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
·

2 Repos

Awesome GitHub RepositoriesRelay Mutation Generation

Automated generation of mutation fields, input objects, and payload objects according to the Relay specification.

Distinct from State Mutations: Existing candidates focus on security payloads or general state mutations, not the structural generation of Relay-compliant mutation patterns.

Explore 2 awesome GitHub repositories matching web development · Relay Mutation Generation. Refine with filters or upvote what's useful.

Awesome Relay Mutation Generation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • graphql-python/graphene-djangoAvatar von graphql-python

    graphql-python/graphene-django

    4,390Auf GitHub ansehen↗

    Graphene-Django is a GraphQL integration framework and schema mapper used to build typed APIs for Django applications. It functions as a database API layer that transforms Django model fields and relationships into a graph schema, allowing clients to request specific data in a single call. The project implements the Relay specification, providing tools for global object identification and standardized connection-based pagination to manage large datasets. It distinguishes itself by mapping database models, forms, and serializers directly into GraphQL object types and mutations. The framework

    Generates mutation fields and payload objects that comply with the Relay specification for client-side tracking.

    Python
    Auf GitHub ansehen↗4,390
  • hayes/pothosAvatar von hayes

    hayes/pothos

    2,576Auf GitHub ansehen↗

    Pothos is a code-first GraphQL schema builder and framework designed for type-safe development. It allows developers to construct schemas using typed definitions in TypeScript, eliminating the need for external code generation steps. The framework distinguishes itself through a dedicated data mapper that connects GraphQL types to relational databases and ORMs, such as Prisma, while optimizing query resolution. It provides a full implementation of the Relay specification, including global object identification and cursor-based pagination. The project covers several core capability areas, incl

    Generates mutation fields along with required input and payload objects, including standard client mutation identifiers.

    TypeScriptgraphqltypescript
    Auf GitHub ansehen↗2,576
  1. Home
  2. Web Development
  3. Relay Mutation Generation