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

โ„น๏ธCode examples

To help you out starting developing a feature in your new server, we included some code samples ( see src/features/user).

This code's purpose is not only to help you wrap you head around SDL and GraphQL development in general, but it also comes with the queries and data needed to implement authorization in your web application, the missing part from Webapp Rocket Generator -> Authorization .

PreviousTracingNextDeployment

Last updated 3 years ago