We looked previously at getting set up with GraphQL on Rails. We defined some queries, some mutations, and had a good time doing so! But what if I told you that with only a few hundred records in the database, it's possible to write a query that brings our server grinding to a halt? In this article, we'll look at three ways to avoid performance issues with GraphQL in your Rails app, and then at a