An Apollo GraphQL Server connecting to multiple backends: MongoDB, SQL, and REST endpoints.
- Setting up
- Defining a schema
- Mocking the data
- Writing resolvers
- Connecting to a SQL database
- Connecting to MongoDB
- Using REST services from GraphQL
TODO:
- Setting up performance tracing
- Setting up result caching
The majority of this boilerplate was created by following the awesome tutorial here.