in src/graphql/queries.ts [52:90]
getTask(id: $id) {
id
title
description
status
reminder {
id
user
customer
start
month
week
year
additionalAttribute
type
tasks {
nextToken
}
}
comments {
items {
id
content
addedby
addedon
}
nextToken
}
mandatorycomment {
items {
id
title
content
addedby
addedon
}
nextToken
}
}