This repository is complimentary this article I wrote here First steps with GraphQL and Apollo Server
- Clone this repo
- Navigate to the server folder and
npm i - Then
npm start - Open you browser on http://localhost:3000/graphql
- Open the
index.htmlfile on your browser - Click on the button and you should see the data logged on the console (remember to have the server running)