2 Repos
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.
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.
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.