Skip to content

victorhsn/graphql-movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL - Graph Query Language

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.

Install

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.

Query

Query

Mutation

Mutation

About

🔥 GraphQL Movies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published