like API Gateway , are there any GraphQL gateways, that work with go-micro gRPC microservices ?
please share any recommended frameworks. if there is no perfect integratable solution, is this something go-micro team interested to build?

As i know nobody write fully worked solution that works out of the box.
You could probably write a graphql codec or API handler that does this. We don't have support for it right now. It's something we'd ask community support for as opposed to doing ourselves in the immediate future.
Most helpful comment
You could probably write a graphql codec or API handler that does this. We don't have support for it right now. It's something we'd ask community support for as opposed to doing ourselves in the immediate future.