This repository was created to show how GraphQL works. It's a simple example. I just created the GraphQLServer using graphql-yoga and created types with some fields.
First of all, you need to clone the repository from the github:
git clone https://github.com/victorhsn/graphql-movies
After that you need to access the path graphql-movies as below,
cd graphql-movies
Finally, install the dependencies and run the project
yarn install
yarn start
It will run the GraphQLServer at http://localhost:4000/ that you can access it from the browser to open the Playground and execute the Query/Mutation as you can see below.