Installation
Add Quail to Your Gemfile
Section titled “Add Quail to Your Gemfile”Add Quail to your Gemfile pointing to the GitHub repository:
gem "quail", git: "https://github.com/taywils/quail.git", branch: "main"Then install the dependency:
bundle installOnce installed, head to the Quick Start guide to scaffold your GraphQL layer.