Skip to content

Conversation

@NeedleInAJayStack
Copy link
Member

No description provided.

Claude-code generated
Claude-code generated
It does this by post-populating the object type fields
This allows object-level resolvers to strongly reference result types, as defined by our typemap
In particular, it removes strong type adherence to stated schema types. This allows returning any conforming type, which can help with mocking, etc. It also removes the Context typealias, in preference of an expected "Context" type & Scalar types, and removes the output/Scalar types from the TypeMap, as they are no longer needed.
The default is very unperformant, as it requires a full encode/decode step.
@NeedleInAJayStack NeedleInAJayStack self-assigned this Dec 29, 2025
@NeedleInAJayStack NeedleInAJayStack merged commit f5debf9 into main Dec 29, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants