Creating a Factory for Convenient Resolver Creation

I want to create a factory, that creates a resolver. I don't like boilerplate of writing RequestResolvers.fromEffect. So I want to have it defined once and use it anywhere within my code
Was this page helpful?