We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4015d0a commit 09c655aCopy full SHA for 09c655a
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