In this activity, we'll go through the process of setting up schema mocks using Apollo Server.
- Clone the Repo
git clone https://github.com/graphqlworkshop/mocking
- Install Dependencies
cd mocking
npm i
- Start the Server
npm start
- Open
localhost:4000