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