- ๐จ๐ทCosta Rica esteban.arias
Heya everyone,
If you are using graphql while also using memcache as your default cache backend, please introduce these lines to your settings:
$settings['cache']['bins']['graphql_ast'] = 'cache.backend.database';
$settings['cache']['bins']['graphql_results'] = 'cache.backend.database';This should let graphql use the database tables for caching purposes which seems to make the random issues go away.
I didn't find this fix by myself but got permission to share it to the community.
Hope this helps!