Skip to content

Instantly share code, notes, and snippets.

@thoughtspeed7
Created August 8, 2021 10:54
Show Gist options
  • Save thoughtspeed7/a1050e225cca4978c299bea69236a426 to your computer and use it in GitHub Desktop.
Save thoughtspeed7/a1050e225cca4978c299bea69236a426 to your computer and use it in GitHub Desktop.
Apollo GraphQL Server 3 Using Express On Google App Engine
{
"name": "apollo-server-3-express-gae",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "Raj Chaudhary",
"license": "ISC",
"dependencies": {
"apollo-server-express": "^3.1.2",
"express": "^4.17.1",
"graphql": "^15.5.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment