🚸 Associate recipients to fields, improved flow

This commit is contained in:
Timur Ercan
2023-02-15 15:44:23 +01:00
parent 5d4b51b094
commit 676c563c2f
7 changed files with 168 additions and 49 deletions

View File

@ -19,7 +19,7 @@ export const getDocument = async (
},
include: {
Recipient: true,
Field: true,
Field: { include: { Recipient: true } },
},
});