awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenBlogSitemap
ProjektÜber unsPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Kategorien

2 Repos

Awesome GitHub RepositoriesAPI Resolver Mappings

Mapping of API schema definitions to the specific logic handlers that resolve those data points.

Distinct from Database Schema Mapping: Focuses on mapping schemas to resolver functions rather than mapping application entities to database namespaces.

Explore 2 awesome GitHub repositories matching data & databases · API Resolver Mappings. Refine with filters or upvote what's useful.

Awesome API Resolver Mappings GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • redwoodjs/graphqlAvatar von redwoodjs

    redwoodjs/graphql

    17,613Auf GitHub ansehen↗

    This project is a full stack web development framework and GraphQL API framework. It provides the tooling to define data schemas and map resolver functions to handle application data requests, ensuring consistency between the server API and the client consumption layer. The system includes a GraphQL schema validator and a JavaScript dependency manager. These tools enforce formal data models and validate that all project workspaces use identical dependency versions to prevent runtime conflicts. The framework covers GraphQL API development, monorepo dependency management, and the auditing of p

    Maps formal data structures to specific resolver functions to handle individual application data requests.

    TypeScriptapollographqljamstack
    Auf GitHub ansehen↗17,613
  • strawberry-graphql/strawberryAvatar von strawberry-graphql

    strawberry-graphql/strawberry

    4,674Auf GitHub ansehen↗

    Strawberry is a type-safe GraphQL library for Python that enables the design of schemas using Python type annotations and dataclasses. It functions as an asynchronous GraphQL server and execution engine, providing a bridge to expose schemas across ASGI-compliant web frameworks such as FastAPI, Django, Flask, and Litestar. The project implements GraphQL Federation, allowing for the creation of distributed schemas and entities that merge into a unified supergraph across multiple services. It also includes a dedicated toolkit for the Relay specification, supporting global object identification a

    Maps GraphQL schema fields to specific resolver functions that fetch or compute the requested data.

    Pythonasgiasynciodjango
    Auf GitHub ansehen↗4,674
  1. Home
  2. Data & Databases
  3. Database Schema Mapping
  4. API Resolver Mappings