icgc-argo / platform-api

https://api.platform.icgc-argo.org/graphql
GNU Affero General Public License v3.0
0 stars 0 forks source link

Update Clinical Data/Error/Search to use POST #663

Closed joneubank closed 1 year ago

joneubank commented 1 year ago

Description of changes

Updates Clinical API based on breaking changes here: https://github.com/icgc-argo/argo-clinical/pull/980

The clinical data/error/search APIs all use POST method now, with several query params moved into the request body.

This also makes the filter pagination properties useful in gql, adding them to the request to clinical.

This has been tested vs the clinical API locally but not in context in the UI. That will require some further trials after dev deploy.

Type of Change