https://github.com/nickymeuleman/serverless-graphql
Serverless GraphQL endpoint
https://github.com/nickymeuleman/serverless-graphql
Last synced: 2 months ago
JSON representation
Serverless GraphQL endpoint
- Host: GitHub
- URL: https://github.com/nickymeuleman/serverless-graphql
- Owner: NickyMeuleman
- Created: 2019-10-08T15:22:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-12T16:03:29.000Z (about 5 years ago)
- Last Synced: 2025-02-27T23:47:28.943Z (3 months ago)
- Language: JavaScript
- Homepage: https://serverless-pokemon.netlify.app
- Size: 29.3 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serverless GraphQL
Companion repository to a blogpost series exploring serverless-graphql on Netlify.
## Accompanying blogposts
### Single-file
Source file in the [`base.js`](https://github.com/NickyMeuleman/serverless-graphql/blob/master/functions/base.js) file.
https://nickymeuleman.netlify.app/blog/serverless-graphql/
### Multiple files
Source files in the [seperated](https://github.com/NickyMeuleman/serverless-graphql/tree/master/functions/seperated) folder.
https://nickymeuleman.netlify.app/blog/serverless-graphql-part-2/
### Adding [FaunaDB](https://fauna.com/)
Source files in the [fauna](https://github.com/NickyMeuleman/serverless-graphql/tree/master/functions/fauna) folder.
https://nickymeuleman.netlify.app/blog/serverless-graphql-part-3
## Update
On I prevented the
serverless functions from running in production.**This changes nothing about the validity of the accompanying
blogposts.**
They cover the entire process of setting up the endpoint.To view the code of this site when serverless functions were enabled,
check out [the repository at the last state with serverless functions enabled](https://github.com/NickyMeuleman/serverless-graphql/tree/dc3916542a7400db9bcf5a3dd404aaddb08793b8)