major icon indicating copy to clipboard operation
major copied to clipboard

One of these days I'll stop working on graphql code generation. But unfortunately, today is not that day

Results 14 major issues
Sort by recently updated
recently updated
newest added

Was having a deserialization issue where the real problem was that `built_value` expected a numeric timestamp encoding but the error wasn't surfaced, so I thought it was something else entirely

For us to have a strongly typed, normalized cache: * Types must be partials like `Partial` in typescript * Relationships need to be replaced with references, possibly with associated type...

The generator (at least as I'm currently running it) is super slow. Once the target models / api are more set in stone: * Add regression tests * Investigate performance...

Is caching [hive data structures](https://docs.hivedb.dev/#/custom-objects/generate_adapter) insane?