Skip to content

Commit 2695016

Browse files
author
Sashko Stubailo
committed
Add units
1 parent 3217239 commit 2695016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docs/_swapiSchema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ const resolvers = {
349349
appearsIn: ({ appearsIn }) => appearsIn,
350350
},
351351
Starship: {
352-
length: ({ length }) => length,
352+
length: ({ length }) => length, // XXX add units
353353
},
354354
SearchResult: {
355355
__resolveType(data, context, info){

0 commit comments

Comments
 (0)