github.com/maeglindeveloper/gqlgen@v0.13.1-0.20210413081235-57808b12a0a0/main.go (about)

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