Go API with echo, gorm, and GraphQL

A simple tutorial of building a Go API with echo, gorm, and GraphQL.

Manato Kuroda
7 min readNov 1, 2019

--

Go with GraphQL

GraphQL has been around these days and is usually described as a new type in the field of API technologies. Even though you’ve been constructing and using RESTful API’s for quite some time, you can find it simple and useful.

--

--