Skip to content

Instantly share code, notes, and snippets.

@thoughtspeed7
Created August 11, 2021 09:54
Show Gist options
  • Save thoughtspeed7/623fcc5cba1c0d78bbff4f5de28ac666 to your computer and use it in GitHub Desktop.
Save thoughtspeed7/623fcc5cba1c0d78bbff4f5de28ac666 to your computer and use it in GitHub Desktop.
Apollo GraphQL Server 3 Using Express On Google Cloud Run
{
"name": "apollo-server-3-express-gcr",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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