File tree Expand file tree Collapse file tree 5 files changed +12
-6
lines changed
graphql-playground-electron
src/components/Playground Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 127
127
"extract-text-webpack-plugin" : " ^2.0.0-beta.3" ,
128
128
"file-loader" : " ^0.11.2" ,
129
129
"fork-ts-checker-webpack-plugin" : " ^0.1.5" ,
130
- "graphql-playground" : " 0.1.15 " ,
130
+ "graphql-playground" : " 0.1.17 " ,
131
131
"happypack" : " ^3.1.0" ,
132
132
"html-webpack-plugin" : " ^2.30.1" ,
133
133
"identity-obj-proxy" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 3246
3246
graphql "^0.10.1"
3247
3247
graphql-language-service-types "0.0.21"
3248
3248
3249
-
3250
- version "0.1.15 "
3251
- resolved "https://registry.yarnpkg.com/graphql-playground/-/graphql-playground-0.1.15 .tgz#36425a4ef8f328eae89a2d7fec6ac700ec122245 "
3249
+
3250
+ version "0.1.17 "
3251
+ resolved "https://registry.yarnpkg.com/graphql-playground/-/graphql-playground-0.1.17 .tgz#85693d1575dc030b263571e46f1fd7a372f3bd3a "
3252
3252
dependencies :
3253
3253
calculate-size "^1.1.1"
3254
3254
classnames "^2.2.5"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-playground" ,
3
- "version" : " 0.1.15 " ,
3
+ "version" : " 0.1.17 " ,
4
4
"main" : " ./lib/Playground.js" ,
5
5
"typings" : " ./lib/index.d.ts" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -120,13 +120,19 @@ class GraphDocs extends React.Component<
120
120
@p: .mh0, .ph16;
121
121
border: none;
122
122
}
123
+ .doc-type-description p {
124
+ @p: .pa16, .f14;
125
+ }
123
126
.graphiql-container .doc-type-description {
124
127
@p: .mh0, .ph16, .f14;
125
128
}
126
129
.doc-header .doc-category-item {
127
130
@p: .f16;
128
131
word-wrap: break-word;
129
132
}
133
+ .doc-description p {
134
+ @p: .f14;
135
+ }
130
136
` } </ style >
131
137
< style jsx = { true } > { `
132
138
.docs :global(.doc-category-title) {
Original file line number Diff line number Diff line change 9
9
import * as React from 'react'
10
10
import { GraphQLSchema } from 'graphql'
11
11
12
- import onHasCompletion from 'graphiql/dist/utility /onHasCompletion'
12
+ import onHasCompletion from '. /onHasCompletion'
13
13
/**
14
14
* QueryEditor
15
15
*
You can’t perform that action at this time.
0 commit comments