Skip to content

Commit

Permalink
Remove unused selection from query
Browse files Browse the repository at this point in the history
  • Loading branch information
amattu2 committed May 7, 2024
1 parent 9672141 commit dfbcaa7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/graphql/getSubmission.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ export const query = gql`
error
}
}
totalQCResults: submissionQCResults(_id: $id, first: 1) {
total
}
}
`;

Expand All @@ -82,10 +78,4 @@ export type Response = {
submissionStats: {
stats: SubmissionStatistic[];
};
/**
* The total number of QC results for the submission
*/
totalQCResults: {
total: number;
};
};

0 comments on commit dfbcaa7

Please sign in to comment.