climb(uuid: $route_id) {
type {
aid
alpine
bouldering
deepwatersolo
ice
mixed
snow
sport
tr
trad
}
"aid": false,
"alpine": false,
"bouldering": false,
"deepwatersolo": null,
"ice": false,
"mixed": false,
"snow": false,
"sport": true,
"tr": false,
"trad": false
}```
Notice how `deepwatersolo` is null, instead of false. it should be false
NOTE: When a route IS actually a deepwatersolo route, it correctly returns `true`.
Likely low priority and low impact, but still a bug.
Make a GQL query like:
It returns this