Skip to content

An example of GraphQL server supporting Relay written with Play and sangria

License

Notifications You must be signed in to change notification settings

sangria-graphql/sangria-relay-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sangria-relay playground

This is an example of GraphQL server supporting Relay written with Play framework and Sangria.

It also serves as a playground - on the right hand side you see a textual representation of the GraphQL schema which is implemented on the server and that you can query here. On the left hand side you can execute a GraphQL query and see the results of its execution.

It's available here:

This is just a small demonstration. It really gets interesting when you start to play with the schema on the server side. Fortunately it's pretty easy to do. Since it's a simple Play application, all it takes to start playground locally and start playing with the schema is this:

$ git clone https://github.com/sangria-graphql/sangria-relay-playground.git
$ cd sangria-relay-playground
$ sbt run

Now you are ready to go to http://localhost:9000 for the playground

The prerequisites are SBT, Java 8.

About

An example of GraphQL server supporting Relay written with Play and sangria

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published