Grant LicataG
Convex Community2y ago
27 replies
Grant Licata

Mutations Inside Queries

I am attempting to find a way of executing a mutation of Collection A each time Collection B is queried. The example use case here would be incrementing a value within a document each time a separate collection is queried. While I understand each mutation/query is a separate entity and cannot be nested. What is the suggested approach to this issue?
Was this page helpful?