From 97b53d95c3f5869b97393eae4e4ec33f583ae20d Mon Sep 17 00:00:00 2001 From: Alec M Date: Wed, 27 Mar 2024 11:15:25 -0400 Subject: [PATCH] revert f8fefc2 --- src/graphql/getSubmission.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/graphql/getSubmission.ts b/src/graphql/getSubmission.ts index 586b2d8d..c746f027 100644 --- a/src/graphql/getSubmission.ts +++ b/src/graphql/getSubmission.ts @@ -20,6 +20,25 @@ export const query = gql` status metadataValidationStatus fileValidationStatus + fileErrors { + submissionID + type + validationType + batchID + displayID + submittedID + severity + uploadedDate + validatedDate + errors { + title + description + } + warnings { + title + description + } + } history { status reviewComment