`resource.execute()` should accept steps directly (unwrapped)
Open
✨ feature
- Dominant language
- TypeScript
- Stars
- 12.9k
- Forks
- 625
- Avg merge
- 5h 23m
- Merged PRs (30d)
- 24
Description
We originally required `{step: Step, codec?: PgCodec}` because we needed to encode the parameters. But we know the types of the arguments, so we should be able to accept steps directly too and just use the default codec for that parameter if one isn't specified.
Contributor guide
Assessment
This issue has not been assessed yet.