Skip to content

Commit

Permalink
Update getSubmission query to reflect fileErrors type change
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro-Vega committed Mar 21, 2024
1 parent eded331 commit a7bca8d
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions src/graphql/getSubmission.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,23 @@ export const query = gql`
metadataValidationStatus
fileValidationStatus
fileErrors {
title
description
submissionID
type
validationType
batchID
displayID
submittedID
severity
uploadedDate
validatedDate
errors {
title
description
}
warnings {
title
description
}
}
history {
status
Expand Down

0 comments on commit a7bca8d

Please sign in to comment.