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

Latest commit

 

History

History
33 lines (21 loc) · 692 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 692 Bytes

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._