https://github.com/deckchairlabs/firebase-functions-graphql-server
An Apollo GraphQL Server running on Firebase Functions
https://github.com/deckchairlabs/firebase-functions-graphql-server
firebase firebase-functions graphql graphql-server
Last synced: about 2 months ago
JSON representation
An Apollo GraphQL Server running on Firebase Functions
- Host: GitHub
- URL: https://github.com/deckchairlabs/firebase-functions-graphql-server
- Owner: deckchairlabs
- Created: 2018-01-24T07:46:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T10:53:25.000Z (over 5 years ago)
- Last Synced: 2025-02-05T08:35:17.143Z (4 months ago)
- Topics: firebase, firebase-functions, graphql, graphql-server
- Language: JavaScript
- Homepage:
- Size: 72.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# firebase-functions-graphql-server
An Apollo GraphQL Server running on Firebase Functions
# Development
```sh
yarn start
```# Deployment
```sh
yarn deploy
```