Skip to content

Commit

Permalink
revert f8fefc2
Browse files Browse the repository at this point in the history
  • Loading branch information
amattu2 committed Mar 27, 2024
1 parent 76d839c commit 97b53d9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/graphql/getSubmission.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97b53d9

Please sign in to comment.