Create a schema for the data that's found in the data folder in this repository.
- Clone the repo
git clone https://github.com/graphqlworkshop/schema-activity
- Install the dependencies
cd schema-activity
npm install
- Start the server
npm start
- Open localhost:4000 to see the Playground.
- Create the schema in the typeDefs.graphql file
- Use the data from the data folder