/graphql-training-api

GraphQL server template

Primary LanguageGo

GraphQL server with Golang

Getting Started

go run server.go

Try accessing http://localhost:8080

定義からコード生成

graphql/schema.graphqlsの定義をもとにgo run github.com/99designs/gqlgen generateを実行すると
graph/generated/generated.gograph/model/models_gen.goが生成されます。

参考

Golang+Next.js+GraphQL