SiragumoHuin / graphQL-sample

GraphQL Training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphQL-sample

GraphQLを一通り楽しめるサンプルです。

Description

こちらの記事のために作ったサンプルです。
https://qiita.com/SiragumoHuin/items/cc58f456bc43a1be41b4

Requirement

Usage

node src/1/index.js

Access http://localhost:4000 in Web browser.

Install

yarn install

Install from scratch

mkdir graphQL-sample
cd graphQL-sample
yarn init -y
mkdir src
touch src/index.js
yarn add graphql-yoga

About

GraphQL Training

License:MIT License


Languages

Language:JavaScript 100.0%