Skip to content

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

Merged
EvgeniiaVak merged 1 commit intomasterfrom
feature/column-order
Dec 10, 2020
Merged

[download][s]Support for Column Order by header parameter #27
EvgeniiaVak merged 1 commit intomasterfrom
feature/column-order

Conversation

@leomrocha
Copy link
Copy Markdown
Contributor

@leomrocha leomrocha commented Dec 10, 2020

  • Fixes Error 500 when making an invalid format download request.
  • Adds more details to the existing download tests
  • Now supports sorting the returned columns by a given order if in the /download query:

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

Comment thread routes/index.js
Comment thread routes/index.js
Comment thread routes/index.js
@EvgeniiaVak EvgeniiaVak merged commit 8c7fe4d into master Dec 10, 2020
@EvgeniiaVak EvgeniiaVak deleted the feature/column-order branch December 10, 2020 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants