I asked in the graphql discord server #relay channel, what people used to build their graphql relay style backends. Here I’ll list the responses. Language: Go Toolkit: gqlgen with ent and entgql extension I made a starter package one can clone and adapt. It uses openid-connect for authentication and postgresql as the data storage. It […]