Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Cap3/sangria-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sangria-utils

Build Status

Utils and snippets for the sangria grapqhl library for scala.

Install

build.sbt

resolvers += Resolver.sonatypeRepo("public")

libraryDependencies ++= Seq(
  "de.cap3" %% "sangria-utils" % "0.1"
)

conf/application.conf

play.modules.enabled += "de.cap3.sangria.SangriaModule"

Getting Started

Common Scalar Types

To use the common scalar types, you have to add the following import:

import de.cap3.sangria.CommonSchema._

About

Utils and snippets for the sangria grapqhl library for scala.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages