1load("@io_bazel_rules_go//go:def.bzl", "go_library") 2 3go_library( 4 name = "utils", 5 srcs = ["preloads.go"], 6 importpath = "edge-infra.dev/pkg/edge/api/graph/utils", 7 visibility = ["//visibility:public"], 8 deps = ["@com_github_99designs_gqlgen//graphql"], 9)