major
major copied to clipboard
One of these days I'll stop working on graphql code generation. But unfortunately, today is not that day
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?