golang-clean-architecture-ent-gqlgen icon indicating copy to clipboard operation
golang-clean-architecture-ent-gqlgen copied to clipboard

Clean Architecture with ent and gqlgen

Results 1 golang-clean-architecture-ent-gqlgen issues
Sort by recently updated
recently updated
newest added

While following your great [tutorial on gqlgen/ent clean architecture on Medium](https://betterprogramming.pub/clean-architecture-with-ent-and-gqlgen-a789933a3665), I am having difficulty binding my `TodoStatus` from ent using the `gqlgen.yaml` file using the following lines. ``` TodoStatus:...