ΘLΞG

Results 82 comments of ΘLΞG

In general you can implement this example like this: ``` sealed trait Parent case class A(b: B) extends Parent case class B(foo: String) extends Parent object Parent { implicit val...

Have you already saw this example: https://github.com/OlegIlyenko/sangria-auth-example? It's not a relay-based schema, but one can take the same approach in a relay application as well. This example is documented here:...

Thank you for kind words! :) I guess it all comes to GraphQL itself, it's very young project and I think it just needs some time to be discovered by...

I would suggest you to check this example: https://github.com/sangria-graphql/sangria-relay/blob/master/src/test/scala/sangria/relay/MutationSpec.scala#L52 It works with scala case classes (wich have a `JsonFormat`) instead of `Map`s. More docs on this topic: http://sangria-graphql.org/learn/#frominput-type-class

After looking at decorators proposal, I got a feeling that it may also this use-case as well: https://github.com/apollostack/graphql-decorators. We had a discussion about it here https://github.com/apollostack/graphql-decorators/issues/1 - with some modifications...

@syrusakbary I think it depends on what shape decorators will take. I agree that that it would be great to have validators as a core concept in the library, or...

It looks like the exception is in SVM (`native-image` tool). i'm not 100% sure what might have caused it. Maybe it's worth reporting it here https://github.com/oracle/graal/issues ?

no, I'm doing it manually. just as a backup and to have some versioning. I started it as I was migrating from posterous and then continued after i finished migration...

Thanks for sharing this! I definitely interested to find the root cause if the performance issues. Have you also used scaldi before the refactoring? I assume you are talking about...

Thanks for the feedback and sorry for such a delayed response (recently I was a little bit busy and also currently working on play 2.4 support). If you are using...