Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!).