Last active
August 30, 2022 15:44
-
-
Save antonkalik/03e730706ffef1dd1c877bb2209d4267 to your computer and use it in GitHub Desktop.
Boilerplate GraphQL Koa Server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "boilerplate-graphql-koa-server", | |
"description": "Boilerplate GraphQL Koa server", | |
"scripts": { | |
"start": "PORT=3000 node src/index.js" | |
}, | |
"dependencies": { | |
"@graphql-tools/load": "^7.7.5", | |
"@graphql-tools/url-loader": "^7.14.1", | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment