caliban-tools


License

License

GroupId

GroupId

io.github.irevive
ArtifactId

ArtifactId

caliban-tools_2.12
Last Version

Last Version

0.9.5-generate-view
Release Date

Release Date

Type

Type

jar
Description

Description

caliban-tools
caliban-tools
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-tools_2.12

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.12
io.github.irevive : caliban_2.12 jar 0.9.5-generate-view
io.github.irevive : caliban-client_2.12 jar 0.9.5-generate-view
org.scalameta : scalafmt-dynamic_2.12 jar 2.4.2
org.scalameta : scalafmt-core_2.12 jar 2.4.2
com.softwaremill.sttp.client : async-http-client-backend-zio_2.12 jar 2.2.9
dev.zio : zio-config_2.12 jar 1.0.0-RC32
dev.zio : zio-config-magnolia_2.12 jar 1.0.0-RC32

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