@@ -85,7 +85,7 @@ var index = React.createClass({
85
85
developer tools.</ p >
86
86
</ section >
87
87
88
- < section className = "point1" >
88
+ < section className = "point1" id = "predictable-results" >
89
89
< div className = "prose" >
90
90
< h2 > Ask for what you need,< br /> get exactly that</ h2 >
91
91
{ /*[Illustration: just a simple query and response?]*/ }
@@ -181,7 +181,7 @@ var index = React.createClass({
181
181
</ section >
182
182
183
183
< div className = "grayWash" >
184
- < section className = "point2" >
184
+ < section className = "point2" id = "single-request" >
185
185
< div className = "prose" >
186
186
< h2 > Get many resources< br /> in a single request</ h2 >
187
187
{ /*Illustration: a query 2 or 3 levels deep]*/ }
@@ -227,7 +227,7 @@ var index = React.createClass({
227
227
</ section >
228
228
</ div >
229
229
230
- < section className = "point3" >
230
+ < section className = "point3" id = "type-system" >
231
231
< div className = "prose" >
232
232
< h2 > Describe what’s possible< br /> with a type system</ h2 >
233
233
{ /*Illustration of a type IDL following a query by line]*/ }
@@ -308,7 +308,7 @@ type Species {
308
308
</ section >
309
309
310
310
< div className = "darkWash" >
311
- < section className = "point4" >
311
+ < section className = "point4" id = "powerful-tools" >
312
312
< div className = "prose" >
313
313
< h2 > Move faster with< br /> powerful developer tools</ h2 >
314
314
{ /*Illustration of GraphiQL validation error and typeahead, animated?]*/ }
@@ -328,7 +328,7 @@ type Species {
328
328
</ div >
329
329
330
330
< div className = "grayWash" >
331
- < section className = "point5" >
331
+ < section className = "point5" id = "without-versions" >
332
332
< div className = "prose" >
333
333
< h2 > Evolve your API< br /> without versions</ h2 >
334
334
{ /*Illustration showing more legs added to a graph? Or a type evolving over time?]*/ }
@@ -437,7 +437,7 @@ type Person {
437
437
</ section >
438
438
</ div >
439
439
440
- < section className = "point6" >
440
+ < section className = "point6" id = "bring-your-own-code" >
441
441
< div className = "prose" >
442
442
< h2 > Bring your own< br /> data and code</ h2 >
443
443
{ /*Illustration of each field becoming a function?]*/ }
@@ -525,7 +525,7 @@ public class Character {
525
525
</ div >
526
526
</ section >
527
527
528
- < section className = "powered-by" >
528
+ < section className = "powered-by" id = "whos-using" >
529
529
< div className = "prose" >
530
530
< h2 > Who’s using GraphQL?</ h2 >
531
531
< p >
0 commit comments