Skip to content

Commit af7bd53

Browse files
committed
Update materials on update
1 parent f4c4b33 commit af7bd53

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

frontend/src/pages/submission/[id]/edit/update-submission.graphql

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ mutation UpdateSubmission($input: UpdateSubmissionInput!, $language: String!) {
5151
id
5252
name
5353
}
54+
materials {
55+
id
56+
name
57+
url
58+
fileId
59+
fileUrl
60+
fileMimeType
61+
}
5462
}
5563

5664
... on SendSubmissionErrors {

0 commit comments

Comments
 (0)