Wojciech Trocki
updated
an issue
AeroGear
/
AEROGEAR-7782
[UI] Investigate way for applying already defined roles to schema
Change By:
Wojciech Trocki
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
Add Comment
This message was sent by Atlassian JIRA
(v7.5.0#75005-
sha1:fd8c849
)