Skip to content
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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Graphql training #33

wants to merge 5 commits into from

Conversation

GregdTd
Copy link
Contributor

@GregdTd GregdTd commented Jan 22, 2024

No description provided.


## 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.
Copy link
Contributor

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
```

Copy link
Contributor

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",
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants