An open API service indexing awesome lists of open source software.

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

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)