Schema Activity

Create a schema for the data that's found in the data folder in this repository.

Getting Started

  1. Clone the repo
git clone https://github.com/graphqlworkshop/schema-activity
  1. Install the dependencies
cd schema-activity
npm install
  1. Start the server
npm start
  1. Open localhost:4000 to see the Playground.

Hints

  • Create the schema in the typeDefs.graphql file
  • Use the data from the data folder