GrpahQL Api endpoints for databases within the same cluster

Hi,

Is there any way to create different GraphQL API endpoints for databases within the same cluster? Currently, the generated URL only connects to the cluster and, in there, we can do a query to select the correct database. But that seems like an extra step and would like to be able to separate the API calls per DB with their own URL & authKey.

Thank you in advance,
Monica