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
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
Ash