Skip to content

ymaghzaz/serverless-graphql-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverless-graphql-starter

Install

git clone https://github.com/ysfmag/serverless-graphql-starter.git
cd serverless-graphql-starter
yarn 
yarn start

Test Graphql

curl -d '{"query":"{posts{id title} author(id: 1) { firstName lastName} }"}' -H "Content-Type: application/json" -X POST http://localhost:3000/graphql