Hello,
We are starting to use the platform with a professional-grade account,
Lates discovery is that a custom resolver, which is not doing anything just returning a string can take from 400-600ms to return response in Postman.
If some outside API communication is added this latency is added on top,
So I wonder if there is any way which improve this out of the box performance without cacheing anything
Our interest here is to mix 8base with outside API which has it’s own authentication system, so for this type of custom resolvers 8base authentication is not needed it will be custom, queries and mutations need to be public.