1 Repo
Definition of plain object types that decouple the external API from internal database schemas.
Distinct from Schema Object Definitions: Focuses on the decoupling of the graph schema from the database model, not just identifying database entities.
Explore 1 awesome GitHub repository matching data & databases · Custom Object Types. 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
Defines plain object types to decouple the external data structure from the internal database schema.