-
Extracting @leebyron's [comment](https://github.com/graphql/graphql-js/pull/717#issuecomment-280439861) from https://github.com/graphql/graphql-js/pull/717:
> I think beyond this we should follow-u…
-
Hi,
i implemented this client:
```
package com.github.jarlakxen.drunk
import com.github.jarlakxen.drunk.GraphQLClient.GraphQLResponse
import org.scalatest.FlatSpec
import com.github.jarlakxe…
-
This code compiles on Scala 2.10, 2.11, and 2.12:
```scala
class Foo(xs: List[_])
object Foo {
def make(xs: List[_]): Foo = new Foo(xs)
implicit def make[A](xs: List[A])(implicit X: DummyIm…
-
Why do we need the batch requests? Please come to read https://simonmar.github.io/bib/papers/haxl-icfp14.pdf
https://github.com/graphql-dotnet/graphql-dotnet/issues/3
https://github.com/dlukez/dat…
-
# RFC exporting variables between queries
This RFC calls for the ability to "export" variables from one query into another.
This allows a single server call to be made and outputs from one query…
-
More times I came to situation when I needed to do fetcher with some context. But all fetchers needs to be sent to `Executor.execute` which I do not know ahead of time
```
def fetcherForQuery(query:…
fokot updated
5 years ago
-
Hi all!
I'm Dotan, the creator of [`graphql-code-generator`](https://graphql-code-generator.com), and part of [The Guild](https://medium.com/the-guild).
I recently found this repo, and it looks …
-
**TLDR: This is a request for documentation regarding the use of HTTP/2 with ember**
I couldn't find any place in the docs talking about HTTP/2 with ember-server. I actually found the example in th…
-
**Issue by [kbrandwijk](https://github.com/kbrandwijk)**
_Wednesday Oct 25, 2017 at 17:56 GMT_
_Originally opened as https://github.com/graphcool/prisma/issues/1032_
----
**What feature are you mis…
-
I find myself often in the situation that what I would like to inject should depend on the values inside BindingAnnotations on the members to be injected. Guice can deal with that when all possible va…