-
I faced stalled data after executing a nested mutation in the last week. As discussed [in this forum post](https://www.graph.cool/forum/t/unable-to-fetch-entity-after-creating-it-in-nested-mutation/25…
-
See the repo: https://github.com/nicksrandall/dataloader
-
This is a really needed package.
I played around with it and got to talking to a golang dB on mobile that exposes the dB over graphql over JSON RPC.
It was just a quick and dirty smoke test.
Do…
ghost updated
6 years ago
-
## Issue :
I decided to upgrade my project dependencies, including typescript `3.0.1` -> `3.1.1` and ts-jest `^23.0.1` -> `^23.10.2`. The project compiles and works as expected. However, many …
-
Hi there,
First off, thanks for making and maintaining this library. I'm using dataloader with the `graphql`, `sequelize` and `graphql-sequelize` libraries and can accomplish most of what I need wi…
-
Authorization in GraphQL is (as noted by @helfer in [this post](https://dev-blog.apollodata.com/auth-in-graphql-part-2-c6441bcc4302)) currently not a generally solved problem. Everybody has their own,…
-
I'm back from vacation and there has been a lot happening and being discussed right now. Lots of very similar feedback coming about what we have and don't have in schema-stitching. Thus I want to summ…
-
Love this!!!
Just a suggestion to not put everything on a `Viewer` type, which is an antipattern in GraphQL servers, but instead to put all root access on the `Query` type.
-
## What are you doing?
```
sequelize.addHook('beforeFind', (data) => {
if (data in cache)
end hook
else
continue with hook lifecycle
});
```
## What do you expect to hap…
-
I'll make this one quick!
1. Can we use the DataLoaders/DataFetchers without Relay?
2. Any idea on time for documentation on these features? I've noticed you've moved into subscriptions but gitboo…