datopian / data-api

Next generation Data API for data management systems including CKAN.
https://tech.datopian.com/data-api/
MIT License
9 stars 3 forks source link

[download][s]Support for Column Order by header parameter #27

Closed leomrocha closed 3 years ago

leomrocha commented 3 years ago

Query must be a POST and have the following fields:

{
body: MY_GRAPHQL_QUERY,
header: [col1,col2,col3]
}

and contain a valid list of column names including all the columns (fields) in the graphql query