Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 173 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 173 Bytes

express-graphql

npm install

Start server

nodemon server.js

Create a product

mutation {createProduct(name: "Banana",description: "Good for humans")}