icgc-argo / platform-api

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

Create HTTP Client and Related Resolver for Program Service Endpoints in Gateway - Part 1 #702

Closed daniel-cy-lu closed 5 months ago

daniel-cy-lu commented 10 months ago
  1. Create a function in the httpClient to interact with the ProgramService for the given action.
  2. Update the gql resolver to use the httpClient function from step 1 instead of the GRPC client.

program service clients:

This ticket has part 1 and part 2