Skip to content

Instantly share code, notes, and snippets.

@antonkalik
Last active August 30, 2022 15:44
Show Gist options
  • Save antonkalik/03e730706ffef1dd1c877bb2209d4267 to your computer and use it in GitHub Desktop.
Save antonkalik/03e730706ffef1dd1c877bb2209d4267 to your computer and use it in GitHub Desktop.
Boilerplate GraphQL Koa Server
{
"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