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 RepositoriesGraphQL Parent-Object Data Access

The ability for field resolvers to access data from their parent object to compute derived values.

Distinct from Parent-to-Child Data Transfer: No candidate covers the specific GraphQL resolver pattern of accessing the 'source' or 'parent' object.

Explore 1 awesome GitHub repository matching web development · GraphQL Parent-Object Data Access. Refine with filters or upvote what's useful.

Awesome GraphQL Parent-Object Data Access GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • 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

    Allows field resolvers to access data from their parent object to compute derived values or perform related lookups.

    Pythonasgiasynciodjango
    Auf GitHub ansehen↗4,674
  1. Home
  2. Web Development
  3. GraphQL Parent-Object Data Access