// genqlient is a GraphQL client generator for Go. // // To run genqlient: // // go run github.com/Khan/genqlient // // For programmatic access, see the "generate" package, below. For // user documentation, see the project [GitHub]. // // [GitHub]: https://github.com/Khan/genqlient package main import ( "github.com/Khan/genqlient/generate" ) func main() { generate.Main() }