File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,12 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
15
15
16
16
- Upgraded [ ` chrono-tz ` crate] integration to [ 0.9 version] ( https://github.com/chronotope/chrono-tz/releases/tag/v0.9.0 ) . ([ #1252 ] )
17
17
18
+ ### Changed
19
+
20
+ - Updated [ GraphiQL] to [ 3.2.0 version] ( https://github.com/graphql/graphiql/blob/graphiql%403.2.0/packages/graphiql/CHANGELOG.md#320 ) . ([ #1253 ] )
21
+
18
22
[ #1252 ] : /../../pull/1252
23
+ [ #1253 ] : /../../pull/1253
19
24
20
25
21
26
Original file line number Diff line number Diff line change 4
4
"postinstall" : " make graphiql graphql-playground"
5
5
},
6
6
"dependencies" : {
7
- "graphiql" : " 3.1.2 " ,
7
+ "graphiql" : " 3.2.0 " ,
8
8
"graphql-playground-react" : " 1.7.28"
9
9
}
10
10
}
Original file line number Diff line number Diff line change 42
42
favored resource bundler.
43
43
-->
44
44
< script
45
- src ="https://unpkg.com/graphiql@3.1.2 /graphiql.min.js "
45
+ src ="https://unpkg.com/graphiql@3.2.0 /graphiql.min.js "
46
46
type ="application/javascript "
47
47
> </ script >
48
- < link rel ="stylesheet " href ="https://unpkg.com/graphiql@3.1.2 /graphiql.min.css " />
48
+ < link rel ="stylesheet " href ="https://unpkg.com/graphiql@3.2.0 /graphiql.min.css " />
49
49
<!--
50
50
These are imports for the GraphIQL Explorer plugin.
51
51
-->
You can’t perform that action at this time.
0 commit comments