laglangyue / SymphonyQL

SymphonyQL is a GraphQL implementation built with Apache Pekko

Home Page:https://symphonyql.github.io/SymphonyQL/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

SymphonyQL is a GraphQL implementation built with Apache Pekko

https://symphonyql.github.io/SymphonyQL/

License:Apache License 2.0


Languages

Language:Scala 66.9%Language:Java 30.9%Language:JavaScript 1.7%Language:CSS 0.5%