I have more than a few actions that use the internal API to fetch data belonging to related models on records. This seems relatively fast, but in terms of readability and maintainability it's not so great — when I could just call everything from a single GraphQL query on the public API. Do you have any benchmarking, or sense of what difference there is in request time using internal vs public api?