ImprovementJune 9, 2026

Run nested queries/mutations with a fixed limits budget

Nicolas Ettlin

Nicolas Ettlin

Published on June 9, 2026

Overview

When running a query or mutation with runQuery/runMutation, the subtransaction can currently do as many reads/writes as it wants. It would be useful to be able to set a fixed limit on how much reads/writes the subtransaction can do.

Feature Details

#357
Run nested queries/mutations with a fixed limits budget

When running a query or mutation with runQuery/runMutation, the subtransaction can currently do as many reads/writes as it wants. It would be useful to be able to set a fixed limit on how much reads/writes the subtransaction can do.

20(1)
Completed