h4. Motivation
Investigate if we can use graphql annotations to define roles: Example: {code} extend type Query { @ isAuthenticated hasRole(role: ADMIN) allMemes:[Meme!]! } {code}
This roles then should be read in the server to prevent users without roles to perform query/mutation.
h4. Tasks
- Investigate way to define annotations and read them on the server - Provide working prototype
|
|