Skip to main content

Installation

Installation

# npm
npm install --save-dev graphql-paper

# yarn
yarn add --dev graphql-paper

You will also need to install graphql as a peer dependency if it has not already been installed.

# npm
npm install --save-dev graphql

# yarn
yarn add --dev graphql