- Notifications
You must be signed in to change notification settings - Fork46
An example of GraphQL server written with Play and sangria
License
sangria-graphql/sangria-playground
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is an example of aGraphQL server written withPlay framework andSangria.
If you'd like to explore a GraphQL server built with Sangria you may do so here:Sangria Playground. On the right hand side you can see a textual representation of the GraphQLschema which is implemented on the server and that you can query here. On the left hand sideyou can execute a GraphQL queries and see the results of its execution.
This is just a small demonstration. It really gets interesting when you start to play with the schema on the server side. Fortunately it'spretty 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-playground.git$cd sangria-playground$ sbt run
Now you are ready to point your browser tohttp://localhost:9000.The only prerequisites areSBT andJava 8.
About
An example of GraphQL server written with Play and sangria
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors13
Uh oh!
There was an error while loading.Please reload this page.