-
Hello there, I'm trying to eliminate the need for the Future with the functionality described here: https://github.com/sangria-graphql/sangria/pull/987. However, I'm encountering a lot of ambiguity er…
-
![logo](https://user-images.githubusercontent.com/74151330/99244586-d9a7df00-2834-11eb-8a01-06931da4978b.jpg)
-
We have an useful reference at https://github.com/Horusiath/AkkaDemos/tree/master/cluster-sharding/Demo.Web
-
Hi guys!
Maybe I'm referencing about an issue already discussed.
I'm actually getting an error when executing a graphQl query which returns a UnionType with two different implements but sharing a …
-
Hi! Have you considered implementing a GraphQL-compatible API and would it be a big change?
-
I would like to have this code work
```
case class User[F[_]] (
id: F[Int],
name: F[String]
)
object User {
type UserCursor = User[Option]
type UserFilter = User[Filter]
implici…
fokot updated
6 years ago
-
I use a graphql client (Apollo-scalajs) which supplies the `Variables` of the Graphql `Query` in the form of a case class Scala object, e.g.: `case class Variables(someArg: String)`
So it would be …
-
Hi, this is more of a question than an actual issue, but is there any reason as of why `ListInputType[T]` extends `InputType[Seq[T]]` while on the other hand, `ListType[T]` extends `OutputType[Iterabl…
-
@alacret @nachovz
Tenemos que proponer un eslintrc que sea mas estricto con los alumnos al momento de compilar. Yo estoy proponiendo uno, revisenlo en la raiz del repositorio y avisenme que tal, me …
-
Hi Matt,
Thanks for the great module. I found it very useful.
I have a schema like this,
```
const users = {
decription: 'Sitewide users',
type: userConnection,
args: connectionArgs,
resolve…