h4. Motivation
Investigate if we can use graphql annotations to define roles: Example: {code} extend type Query { @isAuthenticated allMemes:[Meme!]! } {code}
This roles then should be read in the server to prevent users without roles to perform query/mutation .
h4. Tasks
|
|