data Task

id: String!
type: String!
length: Int!
time: Double!
items: List<Item>?
completed: Boolean!
survivors: List<String>! // survivor ids
