Values.SubmissionMutationSourceRepresents an action performed on a submission.
type nonrec t = {submissionId : UUID.t;The unique identifier of the submission.
*)mutationType : SubmissionMutationKind.t;The operation that is performed on a submission.
*)}