Clean Architecture with ent and gqlgen

Writing maintainable code in GraphQL app

Manato Kuroda
Better Programming
Published in
17 min readDec 13, 2021

--

Photo by Ruth D on Unsplash.

This post will walk you through how to implement a GraphQL app with the Clean Architecture using the ent and the gqlgen package.

Clean Architecture allows us to create a maintainable and testable project by designing the code into several layers with an explicit rule. Rather than introducing the basic…

--

--