-
## Describe the Bug
DataLoader custom cache cannot be used with redis even thought [docs](https://github.com/strawberry-graphql/strawberry/blob/5b5b717d3ce86b9d8018a5c0c1acb7a66c4d97ce/do…
-
Hi, I'm using the dataloader, but I cant send parameters besides the first parameter, cache ID
Am I doing something wrong ?
-
In my personal fork of redis-dataloader I use a final dataloader instance to coalesce redis mget calls. It's super helpful, saving ~3-4 round trips per request.
https://github.com/scf4/ioredis-data…
-
As following code example, gojsonschema.Validate return err `open file:/Users/momo/go/src/ch/redis-inspector/build.json: no such file or directory`, but file /Users/momo/go/src/ch/redis-inspector/buil…
-
We're looking at using this library to wrap a portion of our existing data loader implementation. A headache that has come up is that `redis-dataloader` does not allow returning primitives, only JSON…
-
Hello, I'm having problems with the dataloaders in a project where I use strawberry for the subscriptions and Graphene for the mutations and queries. The problem is that I'm trying to use the 'then' i…
-
This is a meta issue to coordinate doing a first pass at ECMAScript module (ESM) support and a test for every node.js instrumentation. (This is about working with the `import-in-the-middle`-based hook…
-
There doesn't seem to be a way to ensure that `findOneById` gets its value directly from the database. If TTL is unset, then the read will not populate the cache after fetching the document, but it wi…
-
Hi every one
I have a question about config typeorm 0.2.x and nestjs 8
```"@elastic/elasticsearch": "^7.17.11-patch.1",
"@nestjs/apollo": "^10.0.2",
"@nestjs/bull": "^0.6.2",
…
-
## What problem are you trying to solve?
“DataLoader must be constructed with function which accepts Array and returns Promise>, but the function did not return a Promise of an Array of the same leng…