Skip to content

Commit 7bcc207

Browse files
committed
Update vehicle.graphql
Signed-off-by: Ahmed Mohamed <ahmed.mohamed@motius.de>
1 parent 09c655a commit 7bcc207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/vehicle.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ type Vehicle {
33
model: String
44
year: Int
55
color: String
6-
traveledDistance: DistanceUnitEnum
6+
traveledDistance: DistanceUnitEnum!
77
}

0 commit comments

Comments
 (0)