Skip to content

graphqlworkshop/mocking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apollo Server Mocking Activity

In this activity, we'll go through the process of setting up schema mocks using Apollo Server.

Setup

  1. Clone the Repo
git clone https://github.com/graphqlworkshop/mocking
  1. Install Dependencies
cd mocking
npm i
  1. Start the Server
npm start
  1. Open localhost:4000

About

Learn how to mock a schema with Apollo Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published