JailtonJunior94 / go-graphql

✅ Desenvolvimento de aplicação utilizando Golang + GraphQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Curso - FullCyle [Go Expert]

Módulo [gRPC]

gqlgen

Iniciando template GraphQL

printf '// +build tools\npackage tools\nimport (_ "github.com/99designs/gqlgen"\n _ "github.com/99designs/gqlgen/graphql/introspection")' | gofmt > tools.go

go mod tidy

Gerando estrutura inicial

go run github.com/99designs/gqlgen init

Gerando/Alterando estrutura

go run github.com/99designs/gqlgen generate

About

✅ Desenvolvimento de aplicação utilizando Golang + GraphQL


Languages

Language:Go 100.0%