-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
wlodzimierzyk
committed
May 4, 2024
1 parent
9ebeff2
commit 62fad1c
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<!-- | ||
* Copyright (c) 2021 GraphQL Contributors | ||
* Copyright (c) 2024 GraphQL Contributors | ||
* All rights reserved. | ||
* | ||
* This source code is licensed under the license found in the | ||
|
@@ -52,8 +52,7 @@ | |
--> | ||
<link | ||
rel="stylesheet" | ||
href="https://unpkg.com/[email protected]/graphiql.min.css" | ||
integrity="sha384-1YHEU+Xy8hlKYAZ26WTz+JQEPMM6i/Mx5m8umMkSZChlzSYmq7RqyCyRbGqrILVZ" | ||
href="https://unpkg.com/graphiql/graphiql.min.css" | ||
crossorigin="anonymous" | ||
/> | ||
<script | ||
|
@@ -82,8 +81,8 @@ | |
<body> | ||
<div id="graphiql">Loading...</div> | ||
<script | ||
src="https://unpkg.com/graphiql@1.5.1/graphiql.min.js" | ||
integrity="sha384-ktvW/i3KUd0D3ub91RkvHlJmf5wWqq7/VSBpCtpRrItml9btmAZH0x8c7fEXcr3e" | ||
src="https://unpkg.com/graphiql/graphiql.min.js" | ||
type="application/javascript" | ||
crossorigin="anonymous" | ||
></script> | ||
<script> | ||
|