2 Repos
Layers that map relational database tables and ORM models to GraphQL types with optimized query resolution.
Distinct from GraphQL Model Generators: Distinct from general ORMs as it specifically targets the mapping and optimization of relational data for GraphQL API exposure.
Explore 2 awesome GitHub repositories matching data & databases · GraphQL Data Mappers. 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
Maps relational database tables and ORM models to GraphQL types with optimized query resolution.
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
Implements a dedicated data mapper to connect GraphQL types to relational databases and ORMs with optimized resolution.