icgc-argo / platform-api

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

#691/ Adding data center gql type, query and resolver #700

Closed daniel-cy-lu closed 8 months ago

daniel-cy-lu commented 8 months ago

Refer to ticket #691

Plateform API is able to make a gql query to dataCenters. Use this query for testing:

{ dataCenters { name shortName id organization email uiUrl gatewayUrl analysisSongCode analysisSongUrl analysisScoreUrl submissionSongCode submissionSongUrl submissionScoreUrl } }

jwt token is needed for this query.

Ticket Checklist

Type of Change

daniel-cy-lu commented 8 months ago

@demariadaniel Thanks for the review, Dan!