From abc3c627d6dfc9f70e22f40f2457b002310a84c7 Mon Sep 17 00:00:00 2001 From: gitxiongpan <45360805+gitxiongpan@users.noreply.github.com> Date: Fri, 23 Jun 2023 05:42:53 +1000 Subject: [PATCH] feat: always use latest apollo sandbox (#2686) * feat: removeDuplicateTags() validates tags and panic with meaningful error message * Instead of pinning on _latest without subresource integrity check, update both url and integrity to latest * Update graphql/playground/apollo_sandbox_playground.go --------- Co-authored-by: kerry Co-authored-by: Steve Coffman --- graphql/playground/apollo_sandbox_playground.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphql/playground/apollo_sandbox_playground.go b/graphql/playground/apollo_sandbox_playground.go index d59738b873d..be466adc0b2 100644 --- a/graphql/playground/apollo_sandbox_playground.go +++ b/graphql/playground/apollo_sandbox_playground.go @@ -24,7 +24,7 @@ var apolloSandboxPage = template.Must(template.New("ApolloSandbox").Parse(`
- +