Skip to content
philipp-gatzka edited this page Dec 26, 2025 · 3 revisions

Graphite

Welcome to the Graphite project wiki - the official documentation for the type-safe GraphQL client library for Spring Boot.

User Documentation

Developer Documentation

Key Features

  • Type-safe query builder - Build queries programmatically with full IDE support
  • Code generation - Generate Java types from GraphQL schema
  • Spring Boot integration - Auto-configuration with metrics, tracing, and health checks
  • Gradle & Maven plugins - Seamless build tool integration
  • Zero runtime reflection - Fast startup and GraalVM-friendly

Quick Links

Requirements

  • Java 21+
  • Gradle 8.5+ or Maven 3.8+
  • Spring Boot 3.x (for starter module)

Clone this wiki locally