sebastian marcet
sebastian marcet
i ended up with a work around exports.createResolvers = ({ createResolvers, pathPrefix }) => { const resolvers = { MemberSpotliteSectionJsonCompanies: { companyImagePublicURL: { type: "String", resolve: async (source, args, context)...
hey there. we are working on doc, meanwhile you could check unit tests, i think that they will point you on the rite direction cheers
sure thing cheers !
hello there i will take a look asap cheers and sorry for delay
ok no problem i will take a look asap thx ! :)
ok i found a solution created a custom service provider ``` use Illuminate\Contracts\Cache\Factory; use Illuminate\Support\ServiceProvider; use LaravelDoctrine\ORM\Configuration\Cache\CacheManager; use LaravelDoctrine\ORM\Configuration\Cache\RedisCacheProvider; use Psr\Cache\CacheItemPoolInterface; use Symfony\Component\Cache\Adapter\Psr16Adapter; class CustomRedisCacheProvider extends RedisCacheProvider { /** @param...
so question here is is this this https://github.com/laravel-doctrine/orm/blob/3a38bf9c4cebd8eb1bad337ce6f4529743d2554f/src/Configuration/Cache/IlluminateCacheProvider.php#L24 the intended behavior ? as it is , its does not allows specify the store by config setting, at least for RedisCacheProvider