Skip to content

Instantly share code, notes, and snippets.

@thoughtspeed7
Created August 13, 2021 06:32
Show Gist options
  • Select an option

  • Save thoughtspeed7/b78e62de162774ad5b02db3663e099eb to your computer and use it in GitHub Desktop.

Select an option

Save thoughtspeed7/b78e62de162774ad5b02db3663e099eb to your computer and use it in GitHub Desktop.
Apollo GraphQL Server 3 On Google Cloud Functions
{
"name": "apollo-server-3-gcf",
"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-cloud-functions": "^3.1.2",
"graphql": "^15.5.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment