-
hello, I've been tinkering with your product by trying to do what the dataloader(facebook JS version)
```
var UserType = new GraphQLObjectType({
name: 'User',
fields: () => ({
name: { ty…
-
At when using what I think is a standard setup (using `graphql-spring-boot` with `DataLoaderDispatcherInstrumentation` and `DataLoaderRegistry` singleton beans) when two (http) requests from differen…
-
I've been having trouble wrapping my head around how pagination works with a batched data loader.
```graphql
scalar Cursor # an opaque string which identifies a resource
query GetUsers($first: …
-
To me, it's confusing that `BatchFunc` returns `*[]Result`. I would expect it to return `([]interface{}, error)` instead. That would be easier to use and closer to the https://github.com/facebook/data…
-
* **9.3.0**:
* **Linux Mint**:
* **code**:
* **async_hooks**:
I'm trying to track context through the async stack using node async_hooks. It works for most cases, however I have found this use c…
-
I'm wondering if you have any examples for the usage `Prime()`.
I'd like to write loaders that can load a resource by either the `id` or some other field, and then prime the cache with the result …
-
## Short version:
I've tried to write a small wrapper layer for a database using diesel. A straight forward implementations leads to N+1 query problems.
## Long version:
Given the following dat…
-
I think it would be fair to mention that whenever join-monster is joining a one to many, it will retrieve excessive data that will be thrown out and it gets pretty bad as soon as you nest them.
For…
-
I got here after reading through the issues in neelance/graphql-go
It is not entirely clear to me how this would solve the n+1 request issue.
I.e. how can you use this to perform less database c…
-
Why does `keys` have to be a `[]string`? I am working with https://labix.org/mgo where all IDs are of type `bson.ObjectId`. This makes using `dataloader` somewhat impractical because I have to convert…