caliban


License

License

GroupId

GroupId

io.github.irevive
ArtifactId

ArtifactId

caliban_2.12
Last Version

Last Version

0.9.5-generate-view
Release Date

Release Date

Type

Type

jar
Description

Description

caliban
caliban
Project URL

Project URL

https://github.com/ghostdogpr/caliban
Project Organization

Project Organization

io.github.irevive
Source Code Management

Source Code Management

https://github.com/ghostdogpr/caliban/

Download caliban_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.irevive/caliban_2.12/ -->
<dependency>
    <groupId>io.github.irevive</groupId>
    <artifactId>caliban_2.12</artifactId>
    <version>0.9.5-generate-view</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.irevive/caliban_2.12/
implementation 'io.github.irevive:caliban_2.12:0.9.5-generate-view'
// https://jarcasting.com/artifacts/io.github.irevive/caliban_2.12/
implementation ("io.github.irevive:caliban_2.12:0.9.5-generate-view")
'io.github.irevive:caliban_2.12:jar:0.9.5-generate-view'
<dependency org="io.github.irevive" name="caliban_2.12" rev="0.9.5-generate-view">
  <artifact name="caliban_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.irevive', module='caliban_2.12', version='0.9.5-generate-view')
)
libraryDependencies += "io.github.irevive" % "caliban_2.12" % "0.9.5-generate-view"
[io.github.irevive/caliban_2.12 "0.9.5-generate-view"]

Dependencies

compile (11)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.12
io.github.irevive : caliban-macros_2.12 jar 0.9.5-generate-view
com.lihaoyi : fastparse_2.12 jar 2.3.0
com.propensive : magnolia_2.12 jar 0.17.0
com.propensive : mercator_2.12 jar 0.2.1
dev.zio : zio_2.12 jar 1.0.4
dev.zio : zio-streams_2.12 jar 1.0.4
dev.zio : zio-query_2.12 jar 0.2.6
io.circe : circe-core_2.12 Optional jar 0.13.0
com.typesafe.play : play-json_2.12 Optional jar 2.9.2
dev.zio : zio-json_2.12 Optional jar 0.0.1

test (2)

Group / Artifact Type Version
dev.zio : zio-test_2.12 jar 1.0.4
dev.zio : zio-test-sbt_2.12 jar 1.0.4

Project Modules

There are no modules declared in this project.

Caliban

Build Status Release Artifacts Snapshot Artifacts Badge-Scaladoc Badge-Discord

Caliban is a purely functional library for building GraphQL servers and clients in Scala.

The design principles behind the library are the following:

  • minimal amount of boilerplate: no need to manually define a schema for every type in your API.
  • pure interface: errors and effects are returned explicitly (no exceptions thrown), all returned types are referentially transparent (no Future).
  • clean separation between schema definition and implementation: schema is defined and validated at compile time using Scala standard types, resolver (RootResolver) is a simple value provided at runtime.

Consult the Documentation to learn how to use Caliban.

Any questions? Head up to the #caliban channel on ZIO Discord.

Adopters

Here is a partial list of companies using Caliban in production.

Want to see your company here? Submit a PR!

Versions

Version
0.9.5-generate-view