thangchung / go-coffeeshop

☕ A practical event-driven microservices demo built with Golang. Nomad, Consul Connect, Vault, and Terraform for deployment
MIT License
4.01k stars 402 forks source link

GraphQL endpoint #19

Closed azzamsa closed 1 year ago

azzamsa commented 1 year ago

Hi.

Thanks for creating this awesome “boilerplate” to learn the best practice.

Is there any plan to add GraphQL endpoint for this?

Thanks! :heart:

thangchung commented 1 year ago

Thanks for the feedback, we don't have implementation for GraphQL right now and don't have plans to do that in this repo. But it is easy to do that because we have already implemented it by following Clean Architecture so that you can add the adaptor for GraphQL and then call the usecase components underneath. Feel free to re-open if there is anything else that needs to be discussed.