Revert "Reformat code"

This reverts commit 2b3d0c6ebd.
This commit is contained in:
Ramon Wenger 2024-03-28 11:27:54 +01:00
parent 2b3d0c6ebd
commit 936b4a6231
1 changed files with 15 additions and 3 deletions

View File

@ -115,6 +115,18 @@ graphql(`
}
`);
graphql(`
fragment AssignmentParts on AssignmentNode {
id
title
assignment
solution
submission {
...SubmissionParts
}
}
`);
const { me } = getMe();
const { result, onResult } = useQuery(