Contributions

Article
Learn how to reduce the size of network requests from the Apollo client in the front-end to the GraphQL Ruby back-end with the help of persisted queries. In this article, we will show how these queries work and set them up both on a client and a server with the help of our graphql-ruby-persisted_queries (https://github.com/DmitryTsepelev/graphql-ruby-persisted_queries) Ruby gem.
Library
Work with JSON-backed attributes as ActiveRecord-ish models
Library
Lazy loading associations for the ActiveRecord models
Tutorial
This guide is about building a Rails/GraphQL/React/Apollo application from scratch. A first part of the series is dedicated to queries - a GraphQL way to fetch the data.