/movieql

Movie API with GraphQL (Nomad coder)

Primary LanguageJavaScript

Make your first GraphQL server

Using

  • GraphQL

init project

yarn init
name(movieql): (enter)
version(1.0.0): (enter)
description: Movie API with Graphql
...

...

git init .
git remote add origin [git repository]
git pull origin master

setup graphql

yarn add graphql-yoga