icgc-argo / platform-api

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

Program Resolver format HTTP response bug from missing properties #675

Closed joneubank closed 1 year ago

joneubank commented 1 year ago

Description of changes

This change acommodates a change to the response structure of programs from Program Service.

The ProgramService is removing processingRegions as a program property. The http response formatting code in our program resolver assumed the presence of some fields without checking for them. Updating this code block with optional chaining and default values resolves the breaking issue.

Type of Change