@@ -138,7 +138,7 @@ var index = React.createClass({
138
138
showResponse(2);
139
139
setTimeout(type, 1500);
140
140
} else {
141
- setTimeout(type, Math.random() * 140 + 70);
141
+ setTimeout(type, Math.random() * 180 + 70);
142
142
}
143
143
} else {
144
144
i--;
@@ -215,17 +215,18 @@ var index = React.createClass({
215
215
</ section >
216
216
</ div >
217
217
218
- < section >
219
- < h2 > Describe what’s possible with a type system</ h2 >
218
+ < section className = "point3" >
219
+ < div className = "prose" >
220
+ < h2 > Describe what’s possible< br /> with a type system</ h2 >
220
221
{ /*Illustration of a type IDL following a query by line]*/ }
221
222
{ /*Under: a server <-> client (Capabilities, Requirements)]?*/ }
222
223
< p >
223
- GraphQL presents an API organized in terms of objects, types, and
224
- fields, not endpoints. GraphQL APIs provide a complete description
225
- of your data, exposing the full set of capabilities available from a
226
- single endpoint. APIs use these types to ensure Apps only ask for
224
+ GraphQL APIs are organized in terms of types and fields,
225
+ not endpoints. Access the full capabilities of your data from a
226
+ single endpoint. GraphQL uses types to ensure Apps only ask for
227
227
what’s possible and provide clear and helpful errors. Apps can
228
- use these types to avoid writing manual parsing and model code.</ p >
228
+ use types to avoid writing manual parsing and model code.</ p >
229
+ </ div >
229
230
</ section >
230
231
231
232
< section >
0 commit comments