Calls to Table from Custom Resolver

In a current case, I need to write a custom resolver in which I need to make two consecutive calls to a table of mine. Thus I was wondering, if I write a custom resolver and would like to make a call to one of my tables, does that call count against the Quota for GraphQL API Requests or is that handled as a free internal call between the custom function and the database?

Thanks in advance for any information!

Hey @Tar-Tarus! Right now it’s a call for each request. It’s a good question though and brings up an important consideration. I’ll talk with the team about it.

Hey Sebastian,

Thanks for the reply! Eager to hear what you decide with the team :ok_hand: