-
## Speaker
https://www.linkedin.com/in/dario-balinzo/
## Abstract
Introduzione allo sviluppo di API GraphQL, con esempi in Scala utilizzando Sangria https://sangria-graphql.org/ .
Saranno presen…
-
### What client do you play on?
enUS
### Faction
- [ ] Alliance
- [X] Horde
### Content Phase:
- [ ] Generic
- [X] 1-19
- [ ] 20-29
- [ ] 30-39
- [ ] 40-49
- [ ] 50-59
### Curr…
-
It would be very useful to be able to leverage code generation to make case classes for a Sangria server with an SDL/IDL schema (within a .graphql file, Sangria calls this schema materialization).
…
-
It could be an interesting experiment to wrap a spark session in an HTTP server via Sangria and see what times on requests for individual targets/diseases look like.
-
Ideally, the [main documentation](https://sangria-graphql.github.io/) should link to the API documentation, e.g. https://javadoc.io/static/org.sangria-graphql/sangria_2.12/2.1.2/index.html
-
Afais there is no way to evade the n+1 requests problem with the current API.
I was wondering if it would be possible to either enhance the existing http directive or provide a new directive that use…
-
Some query errors are only thrown on execution or preparation in sangria which causes the following code to fail in `F` instead of in `Either[Throwable, Json]` even though the error is in fact a graph…
-
If a field has an `Option` as it's value, eg:
```
val FieldWithOption = ObjectType[Unit, Option[String]](
"Option",
fields[Unit, Option[String]](Field("hello", StringType, resolve = _.v…
-
I think there is a bug when using `DeferredValue` together with `Action.sequence`. If one of the sequenced Actions have a deferred child field queries will timeout. The below code reproduces this issu…
-
Precisa esconder as partes das imagens que estão saindo das bordas dos quadrantes:
![image](https://cloud.githubusercontent.com/assets/5949986/11824791/6ab83004-a341-11e5-91fb-9eb1f487b74d.png)