We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6867429 + 7bcc207 commit e330139Copy full SHA for e330139
spec/vehicle.graphql
@@ -3,5 +3,5 @@ type Vehicle {
3
model: String
4
year: Int
5
color: String
6
- traveledDistance: DistanceUnitEnum
+ traveledDistance: DistanceUnitEnum!
7
}
0 commit comments