Swirrl / cubiql

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

Change dataset metadata types to lists. #111

Closed lkitching closed 6 years ago

lkitching commented 6 years ago

Issue #96 - Change the dataset description, issued, licence and publisher fields to return lists. Separate the retrieval of the metadata from the rest of the dataset.

lkitching commented 6 years ago

@zeginis - This pull request is for #96.

zeginis commented 6 years ago

@lkitching that looks good.

At this commit the schema is returned as null

e.g.

{cubiql{  
  datasets{
    uri
    schema
    issued}  
}}

Is this related to these changes?

lkitching commented 6 years ago

@zeginis - Sorry I missed that property, fixed.