Skip to content

v0.0.1

Compare
Choose a tag to compare
@bcspragu bcspragu released this 11 Jul 14:51
· 14 commits to main since this release

Inital release of rules_gqlgen

WORKSPACE code

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "com_siliconally_rules_gqlgen",
    sha256 = "d2bf834f52772708f0f9c9439101cce8d5a9168dc9549a30f12cb283eb2485f2",
    urls = [
        "https://github.com/Silicon-Ally/rules_gqlgen/releases/download/v0.0.1/rules_gqlgen-v0.0.1.zip",
    ],
)