From 5652a3e46b52dc1b299d574f1d44c35efe3a230d Mon Sep 17 00:00:00 2001 From: Becky Reamy Date: Tue, 23 Jan 2024 10:57:30 -0500 Subject: [PATCH] KPMP-5070: Fix fetch to get only ALL --- src/helpers/ApolloClient.js | 68 ++----------------------------------- 1 file changed, 2 insertions(+), 66 deletions(-) diff --git a/src/helpers/ApolloClient.js b/src/helpers/ApolloClient.js index dab4f968..36a37566 100644 --- a/src/helpers/ApolloClient.js +++ b/src/helpers/ApolloClient.js @@ -342,73 +342,9 @@ export const fetchRegionalProteomics = async (geneSymbol) => { tissueType sampleCount } - hrt{ - id - geneSymbol - fdrConfidence - accession - description - coveragePct - numPeptides - numUniquePeptides - comparison - segment: region - foldChange - pValLog10: adjPVal - tissueType - sampleCount - } - ckd{ - id - geneSymbol - fdrConfidence - accession - description - coveragePct - numPeptides - numUniquePeptides - comparison - segment: region - foldChange - pValLog10: adjPVal - tissueType - sampleCount - } - dmr{ - id - geneSymbol - fdrConfidence - accession - description - coveragePct - numPeptides - numUniquePeptides - comparison - segment: region - foldChange - pValLog10: adjPVal - tissueType - sampleCount - } - aki{ - id - geneSymbol - fdrConfidence - accession - description - coveragePct - numPeptides - numUniquePeptides - comparison - segment: region - foldChange - pValLog10: adjPVal - tissueType - sampleCount - } } - } -}`; + } + }`; const response = await apolloClient.query({ query: query,