Jason Kuhrt
Jason Kuhrt
# Input Unwrap Extension - Design Exploration ## Problem Statement Relay GraphQL servers use a convention where mutations (and sometimes queries) have a single argument called `input` that wraps all...
Hey, I can't reproduce and there has been significant changes since you reported this. Let me know if its still an issue on latest!
@P4sca1 thanks, can you share a repro?
There have been various changes and fixes on scalars, I think this issue might be resolved now.
# Detailed Monorepo Migration Plan - Updated 2025-10-28 ## Strategy: Big Bang Migration with Independent Versioning **Approach:** Complete monorepo transformation releasing 14 packages simultaneously with independent versioning. **Key Decisions:** -...
Thanks @lnmp4000 I'll check this out!
## Tree-Shaking Strategy: Export Conditions ### Problem While implementing schema-driven variable traversal (using `mapVariablesByTypeNames`), we identified a bundle size concern: **SDDM can be large** (~10-50KB depending on schema size). Manual...
## Caching Extension Research Summary ### Overview Researched options for adding normalized caching support to Graffle, including existing libraries, implementation approaches, and query reduction strategies. --- ## Existing Cache Libraries...
## Caching Extension Research Summary ### Overview Researched options for adding normalized caching support to Graffle, including existing libraries, implementation approaches, and query reduction strategies. --- ## Existing Cache Libraries...
Hey @gcanti yeah that gets some mileage here, but imagine I want to be able to extract the type name of a given value without knowing beforehand the possible set...