| 1 | input IngestSlugEntryInput { |
| 4 | | 2 | | | 3 | fileUri: String! | |
| 6 | | 5 | bundleKey: String | |
| 9 | | 7 | | | 8 | mimeType: String! | |
| 11 | | 10 | fileSizeBytes: BigInt | |
| 13 | | 12 | fileCreatedAt: DateTime | |
| 15 | | 14 | fileAccessedAt: DateTime | |
| 17 | | 16 | fileModifiedAt: DateTime | |
| 19 | | 18 | batchFileUri: String | |
| 22 | | 20 | | | 21 | status: IngestSlugStatus | |
| 24 | | 23 | statusMessage: String | |
| 27 | | 25 | | | 26 | tdoId: ID | |
| 29 | | 28 | assetId: ID | |
| 30 | } |