-
The GraphQL endpoint for Weaviate are designed and prototyped in this repository: https://github.com/bobvanluijt/weaviate-graphql-prototype
On the highest level, the GraphQL functionality looks lik…
-
Is there a function to [prime](https://github.com/facebook/dataloader#loading-by-alternative-keys) items into other batches?
The facebook dataloader exposes this function and essentially it affords…
-
The QA team here is asking me about the validation of Boolean input values.
I need to give them an answer.
The GraphQL specification for input Boolean and String values states:
Reference: http://…
-
**What is the expected behavior?**
The current graphql plugin redundantly fetches data from mongodb and suffers from n+1 problem, which is very common for un-optimized graphql resolvers imp…
-
Using code copied straight from ghost example. UserSource byIdLoader throws a tslint error:
Code:
dataSources/UserLoader
```
import DataLoader from "dataloader";
import { byColumnLoader } fr…
-
Is this question already answered somewhere ?
Thanks
-
Trying to use this with Apollo V2. I have modeled my graphql structure in line with Relay (Connections, Edges, Nodes), but resolver fails because the resulting graphql structure seems a bit different
…
-
I'm starting a list of improvements I'd like to make for 3.0. Many of these will break backwards compatibility, so I hope to do as many of them as possible in a single major version release.
#### A…
-
When calling train method on the adaptive model, an error is thrown upon collecting the losses from the prediction head (logits_to_loss_per_head, adaptive_model) when logits and labels in prediction h…
-
Commonly associated with GraphQL is a data fetching tool that Facebook has called [Data Loader](https://github.com/facebook/dataloader). Its a tool that can be used in resolvers to batch (and cache) r…