Concurrent queries ( Optimistic with API)

Hello @Tan_Tran :wave:,

If you want to have one query call another query on success, you can try chaining queries.

If you want to create your own function that awaits the response of two promises, check out this forum post for ideas on how to setup your own async function :slight_smile:.