add option to export all operations

This commit is contained in:
Ben Kraft
2021-04-01 13:11:23 -07:00
parent de038dc428
commit fbf00f3bef
21 changed files with 124 additions and 52 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ fmt.Println("you are", viewerResp.Viewer.MyName)
//go:generate go run github.com/Khan/genqlient
```
For a complete working example, see `example/`.
For a complete working example, see `example/`. For configuration options, see `go doc github.com/Khan/genqlient/generate.Config`.
TODO: document this a bit more, including different ways to specify queries, options once we have those, etc.