Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Support typed resolvers #177

Draft
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

wparsons-heins-globality
Copy link
Contributor

Why

In order to make the gateways more type-safe we can codegen the resolvers, and by making the createResolver
function take a generic we can pass it that type for the type of aggregate. Now we have type-safe resolvers.

What

  • Allow createResolver to accept a generic for the shape of the aggregate
  • Update build step (I noticed the produced lib had duplicate files)

@wparsons-heins-globality wparsons-heins-globality marked this pull request as draft April 23, 2024 16:42
@wparsons-heins-globality wparsons-heins-globality removed their assignment Sep 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant