Effect CommunityEC
Effect Community2y ago
60 replies
johtso

Adding Computed Fields to a Schema: Example and Helpers

Are there any helpers to add computed fields to a schema? Contrived example: input: {foo: "bar"} output: {foo: "bar", fooUpper: "BAR"}
Was this page helpful?