Miles Sabin

Results 44 issues of Miles Sabin

Currently we construct responses as Circe `JsonObject`s. @djspiewak observed that this is very costly, and also most likely unnecessary given that we're constructing a single response value bottom up: we...

enhancement
question
performance

A doobie mapping is represented as a value of a Scala ADT. Currently this value has to be constructed programmatically by hand, which is a bit awkward and error prone....

enhancement
doobie backend

There is no official GraphQL test suite, however there are a large number of positive and negative examples in the spec and extensive tests in the reference implementation. We should...

good first issue
conformance
testing