-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graphql training #33
base: main
Are you sure you want to change the base?
Graphql training #33
Conversation
ad34f10
to
c628834
Compare
|
||
## Overview | ||
|
||
GraphQL is a query language for APIs and a runtime for executing those queries with your existing data. It provides an efficient and powerful alternative to REST and offers significant benefits over it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe cite some of the benefits here ?
``` | ||
yarn; yarn start | ||
``` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would put the instructions for the training also in here
"graphql": "^16.8.1", | ||
"mocha": "^10.2.0", | ||
"ts-node": "^10.9.2" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.10.4" | ||
"@types/node": "^20.11.5", | ||
"@types/express": "^20.11.5", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This version seems wrong, the package most recent version is 4.17.21
No description provided.