1 Repo
Conversion of complex schema-defined objects into standard primitive formats like dictionaries.
Distinct from Object Value Transformers: Existing candidates focus on binary streams or simple list-to-dict transforms, not schema-aware object unwrapping.
Explore 1 awesome GitHub repository matching web development · Schema Object Serialization. Refine with filters or upvote what's useful.
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
Transforms schema objects into standard dictionaries by unwrapping optional types and excluding unset values.