Golang is quickly becoming one of the most appreciated backend languages. With it's strong standard library, you can go really far without adding dependencies.
In this tutorial we will use
gqlgen, a library made for building a GraphQL API.
Why use gqlgen over other libraries?
One reason: e
verything is typed. You will almost never need to use an empty interface