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 .
Last updated