OBJECT
A file associated with a Journey Task
1type JourneyTaskFile {23# Unique identifier for the task file.4id: ID 56# URL of the file.7url: String 89# Timestamp when the file was created.10createdAt: DateTime 1112# The file object associated with the task.13file: File 1415}