Swirrl / cubiql

CubiQL: A GraphQL service for querying multidimensional Linked Data Cubes
Eclipse Public License 1.0
41 stars 2 forks source link

"label" is not retrieved in dimensions #121

Closed agustingp closed 6 years ago

agustingp commented 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"
    }
  ]
}
lkitching commented 6 years ago

Fixed by 54b41c3b46920e503286711e8bbfdd00a6362a21