Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 537 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 537 Bytes

Simple graphql example for Fiber with fastgql

Usage

  • init your go module go mod init github.com/[username]/gqlgen-todos
  • install gqlgen go get github.com/arsmn/fastgql
  • build the server go run github.com/arsmn/fastgql init
  • implement the resolvers
  • run the server go run server.go
  • browse http://localhost:8080/ for playground
  • see more examples and documentation