Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8e11e08

Browse files
yasamokasunli829
authored andcommitted
Update GraphiQL version default
1 parent24d3703 commit8e11e08

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/http/graphiql_v2_source.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ struct GraphiQLVersion<'a>(&'a str);
2626

2727
impl<'a>DefaultforGraphiQLVersion<'a>{
2828
fndefault() ->Self{
29-
Self("3")
29+
Self("4")
3030
}
3131
}
3232

@@ -183,13 +183,13 @@ mod tests {
183183
src="https://unpkg.com/react-dom@18/umd/react-dom.development.js"
184184
></script>
185185
<link rel="icon" href="https://graphql.org/favicon.ico">
186-
<link rel="stylesheet" href="https://unpkg.com/graphiql@3/graphiql.min.css" />
186+
<link rel="stylesheet" href="https://unpkg.com/graphiql@4/graphiql.min.css" />
187187
</head>
188188
189189
<body>
190190
<div id="graphiql">Loading...</div>
191191
<script
192-
src="https://unpkg.com/graphiql@3/graphiql.min.js"
192+
src="https://unpkg.com/graphiql@4/graphiql.min.js"
193193
type="application/javascript"
194194
></script>
195195
<script>
@@ -260,13 +260,13 @@ mod tests {
260260
src="https://unpkg.com/react-dom@18/umd/react-dom.development.js"
261261
></script>
262262
<link rel="icon" href="https://graphql.org/favicon.ico">
263-
<link rel="stylesheet" href="https://unpkg.com/graphiql@3/graphiql.min.css" />
263+
<link rel="stylesheet" href="https://unpkg.com/graphiql@4/graphiql.min.css" />
264264
</head>
265265
266266
<body>
267267
<div id="graphiql">Loading...</div>
268268
<script
269-
src="https://unpkg.com/graphiql@3/graphiql.min.js"
269+
src="https://unpkg.com/graphiql@4/graphiql.min.js"
270270
type="application/javascript"
271271
></script>
272272
<script>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp