Skip to content

Latest commit

 

History

History
 
 

graphql

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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