-
(*This has been asked on [SO](http://stackoverflow.com/questions/39783947/localizing-graphql-results-when-using-relay) over a week ago, but thought it be better to go to the source).
What is the recom…
-
Just out of interest, when `separate` is specified for associations, could the resulting subsequent queries be batched using a `WHERE xxx IN ('yyy','yyy') - rather than performing separate queries? I…
-
Hi,
Actually, if I'm not mistaken, for each subscription, when there is new data available the schema of each listener query is executed against the GraphQL Schema. Am I right ?
This seems rather in…
-
I think it'd be cool to only get the minimum data to resolve a global id to an object. Use case: getting new `ships` using cursor.
```
const { nodeInterface, nodeField } = nodeDefinitions(
(gl…
-
When I first learned about GraphQL there was a performance chapter. If every relation loads every single relation, it requires many queries to load a few levels of data, even if the actual data is onl…
-
When using GraphQL to a higher level you might need promise resolver to manage data loader by example. My proposal it to implement this missing feature. We can use one of those two lib to full fill th…
-
Hi,
It seems that, there is some sort of shuffling in the dataset, before the
training starts.
Is there any way I can disable the shuffling?
Thanks.
-
Hi,
I am doing these runs, where I have to initialize the network with same set of weights.
In this case, the training and testing errors should be similar if not the same.
But, I am getting differen…
-
Hello Relay team. @leebyron sent me over. https://github.com/facebook/graphql/issues/124
Wondering if you have some perspective on Relay/React/GraphQL intelligent caching, state reconciliation, etc. …
-
I imagine this is a well-understood problem in GraphQL-land: when you can query a user object by userid and vanity (both of which are fields of a User object), you still want just one user cache. Do y…