Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 506 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 506 Bytes

GraphQL Demo Server

npm install
standard graphql api
    npm run dev:server
    npm run json:server
todo graphql api
    npm run todo-dev:server
    npm run todo-json:server
board graphql api
    npm run board-dev:server
    npm run board-json:server
github user profile graphql api
    npm run gitapi-dev:server
input-object graphql api
    npm run input-object-dev:server
    npm run input-object-json:server