Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

An example of GraphQL server written with Play and sangria

License

NotificationsYou must be signed in to change notification settings

sangria-graphql/sangria-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors13


[8]ページ先頭

©2009-2025 Movatter.jp