Ash FrameworkAF
Ash Framework4w ago
4 replies
Jesse Williams

Batch simple checks?

If I have a simple check on a create action that needs to make a database query based on some data in the changeset to check if the create is authorized.

Is there a way to set up my check to batch so that I can bulk create and do a single DB query for an entire batch? I don't see any batch callbacks in Ash.Policy.SimpleCheck or Ash.Policy.Check
Was this page helpful?