Skip to content

maana-io/q-template-service-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maana Q Service Scala Template

Building

Standard scala service with SBT using the JavaAppPackaging plugin.

build the container with

sbt docker:publishLocal

docker run -p 8080:8080 maana_scala_template_service:v1.0.0

Service Endpoint

http://<hostname>:8080/graphql

Basic Use

query { testResolver(person:{ id: "name", name: "Mike" }){ id greeting } }

About

Very Basic Q Service Scala Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published