The assignment submission where more than one attempt was made the comments are not being returned.
Here is the query being used.
query MyQuery {
assignment(id: "895") {
htmlUrl
name
pointsPossible
submissionsConnection {
nodes {
user {
email
name
}
originalityData
attempt
grade
score
state
submissionStatus
enteredGrade
enteredScore
rubricAssessmentsConnection {
nodes {
assessmentRatings {
comments
description
points
}
score
}
}
commentsConnection {
nodes {
comment
author {
email
name
}
}
}
}
}
}
}