🚧 field positions

This commit is contained in:
Timur Ercan
2023-02-14 12:28:33 +01:00
parent 3bca832720
commit 8f17f18d0a
3 changed files with 14 additions and 7 deletions

View File

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