We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673c40c commit 97e17cdCopy full SHA for 97e17cd
example/BUILD.bazel
@@ -6,6 +6,8 @@ gqlgen(
6
base_importpath = "github.com/Silicon-Ally/rules_gqlgen/example",
7
schemas = [":schema.graphqls"],
8
visibility = ["//visibility:public"],
9
+ gomod = "//:go.mod",
10
+ gosum = "//:go.sum",
11
)
12
13
go_library(
0 commit comments