Phillip Krüger
Phillip Krüger
It would be better to use Roles for something like this, then you can annotate the method with RolesAllowed. You should also be able to inject the request and the...
try: `@Inject HttpSession session;` also this should work: `@Resource Principal principal;`
cc @dicolasi
I think `test2(list: [String!]): String` means that the list itself can be null, but if not null, the elements in the list can not be null. Something like that. I...
Ok, so test 2 generate wrong on the server it seems ?
And test 3 generates wrong for the client ?
Thanks. This seems like a bug. We will have a look a.s.a.p
Do you have a reproducer ?
You keen to do a PR?
I think the new AdaptWith might help. I'll show it tomorrow