I'm currently also getting this error I added: ``...
# graphql-kotlin
r
I'm currently also getting this error I added:
Copy code
@EnableGlobalMethodSecurity(securedEnabled = true)
and
Copy code
@Secured("ROLE_ABC")
in my resolver impl. Exception is thrown here:
Copy code
at com.expediagroup.graphql.execution.FunctionDataFetcher$runSuspendingFunction$1.invokeSuspend(FunctionDataFetcher.kt:128)
I'm not using spring-devtools