ExpediaGroup / graphql-kotlin

Libraries for running GraphQL in Kotlin

Home Page:https://opensource.expediagroup.com/graphql-kotlin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ControllerAdvice and ModelAttribute

donhill opened this issue · comments

I have several endpoints which take for example a user ID. When sending a query that invokes several routes I want to perform something like an interceptor that will allow us to inject a model from another service into the router so That each route doesn't have to call the same service.

Is there something like @ControllerAdvice in this library?