Skip to main content
Version: 1.2.x 🚧

🧭 Seaography Intro

If you are building a full-stack application with a web GUI these days, it's likely you'd use GraphQL as the communication interface between frontend and backend. However, building GraphQL resolvers is no easy task for backend developers.

Seaography is a GraphQL framework built on top of SeaORM and async-graphql. With just a few commands, you can launch a GraphQL server from SeaORM entities!

SeaORM is dynamic by design with first-class GraphQL support. async-graphql v5.0 introduced dynamic schema and is a perfect match with SeaORM.

Seaography started out as a Summer of Code 2022 project.