GraphQL Apollo Server Tutorial

Following the Robin Wieruch tutorial. Trying my best to learn full stack GraphQL because I think it seems to be very powerful.

Install dependencies

yarn

or

npm install

Start development server

yarn start

or

npm start