Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 211 Bytes

commands.md

File metadata and controls

17 lines (13 loc) · 211 Bytes

Commands

Add all missing dependencies

go mod tidy

Initialize GQL

go run github.com/99designs/gqlgen init

Generate GQL resolvers

go run github.com/99designs/gqlgen generate