We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208a5cd commit 3217239Copy full SHA for 3217239
site/docs/_swapiSchema.js
@@ -165,7 +165,7 @@ const humans = [
165
appearsIn: [ 'NEWHOPE', 'EMPIRE', 'JEDI' ],
166
height: 1.72,
167
mass: 77,
168
- starships: [ '12', '22' ], // XXX
+ starships: [ '3001', '3003' ],
169
},
170
{
171
id: '1001',
@@ -174,7 +174,7 @@ const humans = [
174
175
height: 2.02,
176
mass: 136,
177
- starships: [ '13' ], // XXX
+ starships: [ '3002' ],
178
179
180
id: '1002',
@@ -183,7 +183,7 @@ const humans = [
183
184
height: 1.8,
185
mass: 80,
186
- starships: [ '10', '22' ], // XXX
+ starships: [ '3000', '3003' ],
187
188
189
id: '1003',
0 commit comments