Apollo Client (React) Limit number of running queries

Hi!

I wanted to know whether it is possible to limit the number of queries that are active, e.g. with queues.
For example, my interest is to ensure that there are never more than 5 active queries (in my specific case between ui and worker).

Any ideas? Is there any support for this?

Thank you, regards,
Diego