Skip to content

Commit 6c78a56

Browse files
authored
Merge pull request #397 from graphcool/fixelectron
Bundle new graphql-react inside electron
2 parents 81a0cc1 + b546ee6 commit 6c78a56

File tree

4 files changed

+15
-8239
lines changed

4 files changed

+15
-8239
lines changed

packages/graphql-playground-electron/src/renderer/components/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import * as React from 'react'
22
import { remote, ipcRenderer } from 'electron'
33
import { Provider } from 'react-redux'
44
import * as cx from 'classnames'
5-
import { Playground as IPlayground } from 'graphql-playground/lib/components/Playground'
6-
import Playground from 'graphql-playground'
5+
import { Playground as IPlayground } from 'graphql-playground-react/lib/components/Playground'
6+
import Playground from 'graphql-playground-react'
77
import {
88
getGraphQLConfig,
99
findGraphQLConfigFile,

packages/graphql-playground-electron/src/renderer/redux/reducers/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { combineReducers } from 'redux'
2-
import graphiqlDocs from 'graphql-playground/lib/reducers/graphiql-docs'
2+
import graphiqlDocs from 'graphql-playground-react/lib/reducers/graphiql-docs'
33
import history from './history'
44

55
const combinedReducers = combineReducers({

0 commit comments

Comments
 (0)