This time, at the GoMN Meetup, there was a short and simple presentation on using GraphQL with Golang. Here are my notes just right here, mainly a list of useful links.
GraphQL with GoLang
20200719/https://gqlgen.com/getting-started/
20200719/https://github.com/microsoft/Armada
20200719/https://github.com/golang/go/issues/39568#issuecomment-671424481
20200719/https://twitter.com/FiloSottile/status/1291788339159412737
^ folks talking about deprecation of CN
Go 1.15 has a fix for a bug I filed (which is not as cool as actually committing code to go):
20200719/https://tip.golang.org/doc/go1.15#encoding/json
Facebook data loaders, solve n + 1 problem, multi-call single service.
20200719/https://github.com/irateswami