Skip to content

sangria-graphql/sangria-relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scagria Relay Support

sangria-relay is a library to help construct a sangria server supporting react-relay. Sangria is a scala GraphQL library.

Build Status Coverage Status Maven Central License

Join the chat at https://gitter.im/sangria-graphql/sangria

SBT Configuration:

libraryDependencies += "org.sangria-graphql" %% "sangria-relay" % "0.3.0"

More info and the documentation can be found in the project home page:

http://sangria-graphql.org

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

Mailing List

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

License

sangria-relay is licensed under Apache License, Version 2.0.