Investigate and build mechanism for applying the roles checks on resolver level for annotations:
{code} extend type Query { @hasRole(role: ADMIN) allMemes:[Meme!]! } {code}
h4. Tasks - Check how we roles from annotations are provided - See how keycloak middleware can read annotation be used to provide role based security on the resolver level. |
|