File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
spring-graphql/src/main/resources/graphiql Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 14
14
height : 100vh ;
15
15
}
16
16
</ style >
17
- < script
18
- src ="https://unpkg.com/react@17/umd/react.development.js "
19
- integrity ="sha512-Vf2xGDzpqUOEIKO+X2rgTLWPY+65++WPwCHkX2nFMu9IcstumPsf/uKKRd5prX3wOu8Q0GBylRpsDB26R6ExOg== "
20
- crossorigin ="anonymous "
21
- > </ script >
22
- < script
23
- src ="https://unpkg.com/react-dom@17/umd/react-dom.development.js "
24
- integrity ="sha512-Wr9OKCTtq1anK0hq5bY3X/AvDI5EflDSAh0mE9gma+4hl+kXdTJPKZ3TwLMBcrgUeoY0s3dq9JjhCQc7vddtFg== "
25
- crossorigin ="anonymous "
26
- > </ script >
17
+ < script src ="https://unpkg.com/react@18/umd/react.production.min.js " crossorigin > </ script >
18
+ < script src ="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js " crossorigin > </ script >
19
+ < script src ="https://unpkg.com/graphiql/graphiql.min.js " type ="application/javascript "> </ script >
27
20
< link rel ="stylesheet " href ="https://unpkg.com/graphiql/graphiql.min.css " />
28
21
</ head >
29
-
30
22
< body >
31
23
< div id ="graphiql "> Loading...</ div >
32
- < script src ="https://unpkg.com/graphiql/graphiql.min.js " type ="application/javascript "> </ script >
33
24
< script >
34
25
const params = new URLSearchParams ( window . location . search ) ;
35
26
You can’t perform that action at this time.
0 commit comments