For you, good people, who’re using strapi.io as your backbone graphql server will understand how slow strapi’s grapqhl is.
In fact, it is a known unsolved issue. You can track the progress for the issue here: https://github.com/strapi/strapi/issues/8552. To fix this, the most sensible way is to implement a cache. …