GraphQL Rocket Generator
  • 🚀Welcome!
  • 👩‍🚀Quick Start
    • Generate new project
    • Upgrade existing project
  • đŸ—ŧBuilt-in Architecture
    • ❓What is a generator?
    • 💾Data layer technology stack
    • đŸ–Œī¸Code formatting
    • 👮Enforcing Coding Conventions
    • 👤Authentication
    • ⛔Authorization
    • đŸ‘ĨMulti-tenancy
    • đŸ›°ī¸Subscriptions
    • đŸ“ŦMessaging
    • 📚Logging
    • â­ī¸Tracing
    • â„šī¸Code examples
    • đŸ“Ŋī¸Deployment
  • 🤓 Migrating from Knex to Prisma ORM
Powered by GitBook
On this page
  1. đŸ—ŧBuilt-in Architecture

đŸ›°ī¸Subscriptions

By default allows you to handle subscriptions in you GraphQL server using Redis or In-memory (pubSub implementations).

To learn how to handle subscriptions in your GraphQL server see Apollo Server documentation.

PreviousMulti-tenancyNextMessaging

Last updated 2 years ago