From c14f1d3b00eaa941b2a5cca01cffb64f355c65fc Mon Sep 17 00:00:00 2001 From: Nabarun Date: Fri, 9 May 2025 09:49:28 +0000 Subject: [PATCH] Set graphiql package version in GQL playground (#67) Part of https://www.notion.so/Laconic-Mainnet-Plan-1eca6b22d47280569cd0d1e6d711d949 Reviewed-on: https://git.vdb.to/cerc-io/laconicd/pulls/67 Co-authored-by: Nabarun Co-committed-by: Nabarun --- Dockerfile | 2 +- gql/graphiql.go | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7844c9ec..ce5abe12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ # Copy over binary from the builder COPY --from=builder /go/src/git.vdb.to/cerc-io/laconicd/build/laconicd /usr/bin/laconicd -# Copy over init script from builder +# Copy over init script from builder COPY --from=builder /go/src/git.vdb.to/cerc-io/laconicd/scripts/init.sh scripts/init.sh WORKDIR / diff --git a/gql/graphiql.go b/gql/graphiql.go index 32f4b85b..a77f862e 100644 --- a/gql/graphiql.go +++ b/gql/graphiql.go @@ -26,7 +26,7 @@ func PlaygroundHandler(apiURL string) http.HandlerFunc { } } -// https://github.com/graphql/graphiql/blob/main/examples/graphiql-cdn/index.html +// https://github.com/graphql/graphiql/blob/graphiql%402.4.7/examples/graphiql-cdn/index.html var page = template.Must(template.New("graphiql").Parse(` @@ -68,17 +68,17 @@ var page = template.Must(template.New("graphiql").Parse(` copy them directly into your environment, or perhaps include them in your favored resource bundler. --> - +
Loading...