OBJECT
1type DailyTaskMetrics {23# The date when the tasks run4date: String! 56# The number of tasks created in this date7taskCount: Int! 89# The storage in bytes used by these tasks10storageBytes: Int! 1112# The media length in seconds associated with these tasks13mediaSecs: Int! 1415}