sam-goodwin / eventual

Build scalable and durable micro-services with APIs, Messaging and Workflows
https://docs.eventual.ai
MIT License
174 stars 4 forks source link

Ability to pick attributes to return from an entity query #403

Closed sam-goodwin closed 1 year ago

sam-goodwin commented 1 year ago
MyEntity.query({
  pk
}, {
  pick: ["field1", "field2"]
});