Created
August 8, 2021 10:54
-
-
Save thoughtspeed7/a1050e225cca4978c299bea69236a426 to your computer and use it in GitHub Desktop.
Apollo GraphQL Server 3 Using Express On Google App Engine
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-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