Skip to content

gingerkirsch/vertx-web-graphql-scala-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= Vert.x Web GraphQL Scala example

Based on Java Example

Here you will find examples demonstrating Vert.x Web GraphQL in action. Currently Vert.x does not provide rewritten part in Scala as for other components of Vert.x, yet we can still use it in Scala in "javified" way

Vert.x Web GraphQL extends Vert.x Web with the GraphQL-Java library so that you can build a GraphQL server.

== Simple GraphQL server and client

This example uses the Vert.x Web client to send a request to the GraphQL server and log the response.

The GraphQL schema describes the data with:

  • Link and User types
  • the allLinks query

Run Main Verticle in order to deploy both Server and Client

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages