File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
graphql-playground-electron Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import Playground, {
8
8
selectNextTab ,
9
9
selectPrevTab ,
10
10
closeSelectedTab ,
11
- fetchSchema ,
11
+ refetchSchema ,
12
12
newSession ,
13
13
store ,
14
14
getSessionsState ,
@@ -92,7 +92,7 @@ interface ReduxProps {
92
92
selectNextTab : ( ) => void
93
93
selectPrevTab : ( ) => void
94
94
closeSelectedTab : ( ) => void
95
- fetchSchema : ( ) => void
95
+ refetchSchema : ( ) => void
96
96
newSession : ( endpoint : string ) => void
97
97
saveFile : ( ) => void
98
98
newFileTab : ( fileName : string , filePath : string , file : string ) => void
@@ -228,7 +228,7 @@ class App extends React.Component<ReduxProps, State> {
228
228
}
229
229
230
230
reloadSchema = ( ) => {
231
- this . props . fetchSchema ( )
231
+ this . props . refetchSchema ( )
232
232
}
233
233
234
234
componentDidMount ( ) {
@@ -653,7 +653,7 @@ export default connect(mapStateToProps, {
653
653
selectNextTab,
654
654
selectPrevTab,
655
655
closeSelectedTab,
656
- fetchSchema ,
656
+ refetchSchema ,
657
657
newSession,
658
658
saveFile,
659
659
newFileTab,
Original file line number Diff line number Diff line change @@ -1848,7 +1848,7 @@ code-point-at@^1.0.0:
1848
1848
version "1.1.0"
1849
1849
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
1850
1850
1851
- codemirror-graphql@^0.6.11, codemirror-graphql@^0.6.12, codemirror-graphql@timsuchanek/codemirror-graphql#details-fix:
1851
+ codemirror-graphql@^0.6.11, codemirror-graphql@^0.6.12, " codemirror-graphql@github: timsuchanek/codemirror-graphql#details-fix" :
1852
1852
version "0.6.12"
1853
1853
resolved "https://codeload.github.com/timsuchanek/codemirror-graphql/tar.gz/801ec32683c38d6dc0f8f7bc19014a111edc9ebd"
1854
1854
dependencies :
@@ -7798,8 +7798,9 @@ styled-components@^3.1.6:
7798
7798
postcss-load-plugins "^2.2.0"
7799
7799
styled-jsx "^0.5.7"
7800
7800
7801
- styled-jsx-postcss@timsuchanek/styled-jsx-postcss#build3:
7801
+ " styled-jsx-postcss@github: timsuchanek/styled-jsx-postcss#build3 " :
7802
7802
version "0.2.0"
7803
+ uid "677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
7803
7804
resolved "https://codeload.github.com/timsuchanek/styled-jsx-postcss/tar.gz/677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
7804
7805
dependencies :
7805
7806
babel-traverse "^6.21.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-playground-react" ,
3
- "version" : " 1.6.4 " ,
3
+ "version" : " 1.6.5-beta.1 " ,
4
4
"main" : " ./lib/lib.js" ,
5
5
"typings" : " ./lib/lib.d.ts" ,
6
6
"description" : " GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)." ,
You can’t perform that action at this time.
0 commit comments