Closed agustingp closed 6 years ago
When executing the following query:
{ datasets(uri:"http://statistics.gov.scot/data/recorded-crime") { dimensions { enum_name uri label}}}
The next error is gotten:
{ "errors": [ { "message": "Cannot query field `label' on type `dim'.", "query-path": [ "datasets", "dimensions" ], "locations": [ { "line": 2, "column": 13 } ], "field": "label", "type": "dim" } ] }
Fixed by 54b41c3b46920e503286711e8bbfdd00a6362a21
When executing the following query:
The next error is gotten: