-- npm i express graphql express-graphql
-- nom i nodemon
-- npm run devStart
Type this URL in browser to satrt GraphQL server http://localhost:5000/graphql
query { books { id name author { id name } } }
| Name | Name | Last commit date | ||
|---|---|---|---|---|
-- npm i express graphql express-graphql
-- nom i nodemon
-- npm run devStart
Type this URL in browser to satrt GraphQL server http://localhost:5000/graphql
query { books { id name author { id name } } }