Created
August 11, 2021 09:54
-
-
Save thoughtspeed7/623fcc5cba1c0d78bbff4f5de28ac666 to your computer and use it in GitHub Desktop.
Apollo GraphQL Server 3 Using Express On Google Cloud Run
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": "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