Robert
06/04/2020, 6:57 AM@EnableGlobalMethodSecurity(securedEnabled = true)
and
@Secured("ROLE_ABC")
in my resolver impl.
Exception is thrown here:
at com.expediagroup.graphql.execution.FunctionDataFetcher$runSuspendingFunction$1.invokeSuspend(FunctionDataFetcher.kt:128)
I'm not using spring-devtools