Skip to content

SymphonyQL/SymphonyQL

Repository files navigation

SymphonyQL

A GraphQL implementation built with Apache Pekko.

CI Badge-Codecov Badge-Snapshots

Documentation

SymphonyQL homepage

Highlights

  • support for Java 21: record classes, sealed interface.
  • minimal dependencies, no adapter required.
  • native support for Apache Pekko, including Java and Scala.
  • minimal amount of boilerplate: no need to manually define a schema for every type in your API.

Quickstart

Quickstart Java

Quickstart Scala

Inspire By

  1. caliban
  2. graphql-java

The design of this library references caliban and graphql-java, and a large number of ADTs and Utils have been copied from caliban.