Skip to content

Installation

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:

Terminal window
bundle install

Once installed, head to the Quick Start guide to scaffold your GraphQL layer.