Skip to content

Star Wars Demo Application

Overview

This application implements a comprehensive GraphQL API for the Star Wars universe, demonstrating how Viaduct handles complex data relationships, advanced resolver patterns, and sophisticated schema design.

Requirements

What you'll find

The Star Wars demo showcases:

Getting the Star Wars application

git clone https://github.com/viaduct-dev/starwars.git
cd starwars

Running the application

Follow the instructions in the repository's README to build and run the application:

./gradlew test
./gradlew run

After exploring the Star Wars application, you'll have a solid understanding of how to build production-ready GraphQL applications with Viaduct.

What's Next

Continue to Core Concepts to walk through Viaduct's foundational building blocks as they appear in this demo.