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!