isographlabs / isograph

The UI framework for teams that move fast — without breaking things.
MIT License
202 stars 9 forks source link

[Epic] At normalization time, execute code #75

Closed rbalicki2 closed 2 months ago

rbalicki2 commented 2 months ago

There are several reasons we may choose to execute code when a field is normalized:

We should add this ability.

This may subsume: at normalization time, execute resolvers and write their result to the store. Should that be done lazily?

rbalicki2 commented 2 months ago

Duplicate of #78