Billy Chan 9fd5523d65
Examples: Loco x Seaography (#2270)
* Examples: Loco x Seaography

* fmt

* Edit
2024-06-26 14:50:00 +08:00

12 lines
560 B
Markdown

# Adding GraphQL Support to Loco with Seaography
In this tutorial, we would add a GraphQL endpoint with [Seaography](https://github.com/SeaQL/seaography) based on our Loco starter application.
Read The full tutorial [here](https://www.sea-ql.org/blog/2024-06-24-graphql-support-with-loco-seaography/).
Read our first tutorial of the series, [Getting Started with Loco & SeaORM](https://www.sea-ql.org/blog/2024-05-28-getting-started-with-loco-seaorm/), if you haven't.
![Screenshot Query](Screenshot-Query.png)
![Screenshot Create](Screenshot-Create.png)