Improving the performance of your Rails appImprove the performance of your Rails app by taking a look at one of the main bottlenecks that most web applications have: interaction with the database.
Setting up your first Rails + GraphQL APIIn our previous GraphQL article, we went through the basics and some recommendations on how to use GraphQL.