Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drwpow/graphql-firestore-apollo-server
GraphQL API to retrieve animated films
https://github.com/drwpow/graphql-firestore-apollo-server
Last synced: 9 days ago
JSON representation
GraphQL API to retrieve animated films
- Host: GitHub
- URL: https://github.com/drwpow/graphql-firestore-apollo-server
- Owner: drwpow
- Created: 2020-01-05T21:25:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T06:33:04.000Z (almost 5 years ago)
- Last Synced: 2024-10-15T00:28:59.755Z (2 months ago)
- Language: TypeScript
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQL + Google Firestore + Apollo Server
⚠️ This repo is unmaintained.
Attempt at implementing a GraphQL API in Google Firestore with Apollo Server. Ultimately the nature
of the data is too relational for NoSQL, but this repo is public merely as reference (you may find
some things, like [utils/limit-depth](./src/utils/limit-depth) useful!).