github.com/animeshon/gqlgen@v0.13.1-0.20210304133704-3a770431bb6d/main.go (about)

     1  package main
     2  
     3  import (
     4  	"github.com/animeshon/gqlgen/cmd"
     5  )
     6  
     7  func main() {
     8  	cmd.Execute()
     9  }