icgc-argo / platform-api

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

Remove `regions` from Progrqam GraphQL Schema and Resolvers #690

Open joneubank opened 9 months ago

joneubank commented 9 months ago

Regions are being replaced by data centers in the programs data model. To prep for this we will remove regions from the gateway.

This ticket should be done along side https://github.com/icgc-argo/platform-ui/issues/2724 which makes similar changes to the UI. There is a cross dependency on the regions field in the create and update program methods, so changes will need to be deployed to UI and API at the same time.

Detailed Description

demariadaniel commented 5 months ago

Regions need to be replaced by dataCenters Causing bug in context with Create Program / Update Program operations cc: @joneubank