Opinionated Graphql Server using:
- Gin-gonic web framework
- GQLGen for building GraphQL servers without any fuss
- GORM as DB ORM
- Goth for OAuth2 connections
Let’s make an opinionated GraphQL server using the Gin-gonic web framework, Goth for OAuth2 connections, GORM as DB ORM, and GQLGen for building GraphQL servers.
Go