GraphQL Rocket Generator
CtrlK
  • ๐Ÿš€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 3 years ago