move TODOs into issues

This commit is contained in:
Ben Kraft
2021-04-21 19:05:38 -07:00
parent 748f2cf072
commit b399e0d740
8 changed files with 5 additions and 78 deletions
+1 -4
View File
@@ -13,10 +13,7 @@ import (
// Client is the interface that the generate code calls into to actually make
// requests.
//
// Unstable: This interface is likely to change before v1.0.
//
// TODO: figure out what we, and others, actually want to use this for, and
// consider supporting explicit hooks for that instead.
// Unstable: This interface is likely to change before v1.0, see #19.
type Client interface {
// MakeRequest must make a request to the client's GraphQL API.
//