You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "A GraphQL tutorial project built in Node.js. Built as a project from a course, [GraphQL Crash Course](https://youtube.com/playlist?list=PL4cUxeGkcC9gUxtblNUahcsg0WLxmrK_y&si=ejU9djFB0fvYKJZB) by NetNinja.",
"main": "index.js",
"scripts": {
"compile": "tsc",
"start": "npm run compile && node ./dist/src/index.js"