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
·

1 Repo

Awesome GitHub RepositoriesCustom Object Types

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.

Awesome Custom Object Types 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

    Defines plain object types to decouple the external data structure from the internal database schema.

    Python
    Auf GitHub ansehen↗4,390
  1. Home
  2. Data & Databases
  3. Schema Object Definitions
  4. Custom Object Types