Skip to content

Commit dd51879

Browse files
fix: graphiql bundle version (#1647)
1 parent 3cd4919 commit dd51879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servers/graphql-kotlin-spring-server/src/main/resources/graphql-graphiql.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<script src="https://unpkg.com/react-dom@17/umd/react-dom.development.js"
3434
integrity="sha512-Wr9OKCTtq1anK0hq5bY3X/AvDI5EflDSAh0mE9gma+4hl+kXdTJPKZ3TwLMBcrgUeoY0s3dq9JjhCQc7vddtFg=="
3535
crossorigin="anonymous"></script>
36-
<script src="https://unpkg.com/graphiql/graphiql.min.js"
36+
<script src="https://unpkg.com/graphiql@2.2.0/graphiql.min.js"
3737
integrity="sha512-FVCV2//UVo1qJ3Kg6kkHLe0Hg+IJhjrGa+aYHh8xD4KmwbbjthIzvaAcCJsQgA43+k+6u7HqORKXMyMt82Srfw=="
3838
crossorigin="anonymous"></script>
3939
<script src="https://unpkg.com/@graphiql/[email protected]/dist/graphiql-plugin-explorer.umd.js"

0 commit comments

Comments
 (0)