Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.
/ go-gql-sample Public archive

Go で GraphQL を扱うサンプルリポジトリ

Notifications You must be signed in to change notification settings

tatsutakein/go-gql-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-gql-sample

https://gqlgen.com/getting-started/

Setup Project

$ mkdir go-gql-sample
$ cd go-gql-sample
$ go mod init github.com/takechee/go-gql-sample
$ go get github.com/99designs/gqlgen

Building the server

go run github.com/99designs/gqlgen init

About

Go で GraphQL を扱うサンプルリポジトリ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages