Skip to main content

Installation

Install graphql-mocks along with the graphql peer dependency

# npm
npm install --save-dev graphql-mocks graphql

# yarn
yarn add --dev graphql-mocks graphql