sangria-relay is a library to help construct a sangria server supporting react-relay. Sangria is a scala GraphQL library.
SBT Configuration:
libraryDependencies += "org.sangria-graphql" %% "sangria-relay" % "0.3.0"
More info and the documentation can be found in the project home page:
For some examples you can look at the StarWars tests, which nicely demonstrate most of the features of the library (more detailed documentation is coming soon):
https://github.com/sangria-graphql/sangria-relay/tree/master/src/test/scala/sangria/relay/starWars
If you would like to discuss something about sangria-relay or have some questions, please feel free to join our mailing list:
https://groups.google.com/forum/#!forum/sangria-graphql
sangria-relay is licensed under Apache License, Version 2.0.