Move 'Code generated by' disclaimer up (#161)
`Code generated by` disclaimer should be at the top of the file, as it is demonstrated in [this article](https://go.dev/blog/generate) on The Go Blog. The current placing breaks integration with some code formatters and linters which do no skip files generated by `genqlient`.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
package main
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"time"
|
"time"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package {{.Config.Package}}
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package {{.Config.Package}}
|
||||||
|
|
||||||
{{.Imports}}
|
{{.Imports}}
|
||||||
|
|
||||||
{{if and (ne .Config.ContextType "-") (ne .Config.ContextType "context.Context") }}
|
{{if and (ne .Config.ContextType "-") (ne .Config.ContextType "context.Context") }}
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|||||||
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/Khan/genqlient/graphql"
|
"github.com/Khan/genqlient/graphql"
|
||||||
)
|
)
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/Khan/genqlient/graphql"
|
"github.com/Khan/genqlient/graphql"
|
||||||
"github.com/Khan/genqlient/internal/testutil"
|
"github.com/Khan/genqlient/internal/testutil"
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|||||||
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|||||||
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/Khan/genqlient/graphql"
|
"github.com/Khan/genqlient/graphql"
|
||||||
"github.com/Khan/genqlient/internal/testutil"
|
"github.com/Khan/genqlient/internal/testutil"
|
||||||
|
|||||||
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/Khan/genqlient/graphql"
|
"github.com/Khan/genqlient/graphql"
|
||||||
)
|
)
|
||||||
|
|||||||
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/Khan/genqlient/graphql"
|
"github.com/Khan/genqlient/graphql"
|
||||||
"github.com/Khan/genqlient/internal/testutil"
|
"github.com/Khan/genqlient/internal/testutil"
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/Khan/genqlient/graphql"
|
"github.com/Khan/genqlient/graphql"
|
||||||
"github.com/Khan/genqlient/internal/testutil"
|
"github.com/Khan/genqlient/internal/testutil"
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/Khan/genqlient/graphql"
|
"github.com/Khan/genqlient/graphql"
|
||||||
"github.com/Khan/genqlient/internal/testutil"
|
"github.com/Khan/genqlient/internal/testutil"
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/Khan/genqlient/graphql"
|
"github.com/Khan/genqlient/graphql"
|
||||||
)
|
)
|
||||||
|
|||||||
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/Khan/genqlient/graphql"
|
"github.com/Khan/genqlient/graphql"
|
||||||
)
|
)
|
||||||
|
|||||||
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/Khan/genqlient/graphql"
|
"github.com/Khan/genqlient/graphql"
|
||||||
)
|
)
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/Khan/genqlient/graphql"
|
"github.com/Khan/genqlient/graphql"
|
||||||
"github.com/Khan/genqlient/internal/testutil"
|
"github.com/Khan/genqlient/internal/testutil"
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/Khan/genqlient/graphql"
|
"github.com/Khan/genqlient/graphql"
|
||||||
"github.com/Khan/genqlient/internal/testutil"
|
"github.com/Khan/genqlient/internal/testutil"
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/Khan/genqlient/graphql"
|
"github.com/Khan/genqlient/graphql"
|
||||||
"github.com/Khan/genqlient/internal/testutil"
|
"github.com/Khan/genqlient/internal/testutil"
|
||||||
|
|||||||
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/Khan/genqlient/graphql"
|
"github.com/Khan/genqlient/graphql"
|
||||||
"github.com/Khan/genqlient/internal/testutil"
|
"github.com/Khan/genqlient/internal/testutil"
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/Khan/genqlient/graphql"
|
"github.com/Khan/genqlient/graphql"
|
||||||
"github.com/Khan/genqlient/internal/testutil"
|
"github.com/Khan/genqlient/internal/testutil"
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|||||||
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/Khan/genqlient/graphql"
|
"github.com/Khan/genqlient/graphql"
|
||||||
)
|
)
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package test
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|||||||
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package queries
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package queries
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package queries
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package queries
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package queries
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package queries
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/Khan/genqlient/internal/testutil"
|
"github.com/Khan/genqlient/internal/testutil"
|
||||||
)
|
)
|
||||||
|
|||||||
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package queries
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package queries
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|
||||||
|
|||||||
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package queries
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package queries
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|
||||||
|
|||||||
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package queries
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package queries
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package queries
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package queries
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/Khan/genqlient/graphql"
|
"github.com/Khan/genqlient/graphql"
|
||||||
)
|
)
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package mypkg
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package mypkg
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package queries
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package queries
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|
||||||
|
|||||||
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package mypkg
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package mypkg
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|
||||||
|
|||||||
generate/testdata/snapshots/TestGenerateWithConfig-SubpackageConfig-testdata-queries-mypkg-myfile.go
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package mypkg
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package mypkg
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package integration
|
|
||||||
|
|
||||||
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
// Code generated by github.com/Khan/genqlient, DO NOT EDIT.
|
||||||
|
|
||||||
|
package integration
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
|
|||||||
Reference in New Issue
Block a user