The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December.
Read our blog post for more info about this change.
Found this content helpful? Log in or sign up to leave a like!
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
}
}
}
}
}
}
}
Solved! Go to Solution.
Hello @KestonMurphy
Glad to help here I would recommend looking over this guide https://canvas.instructure.com/doc/api/file.graphql.html and then going here https://github.com/graphql/graphiql for specific commands in this case under their documentation
Regards,
Ian
Hello @KestonMurphy
Glad to help here I would recommend looking over this guide https://canvas.instructure.com/doc/api/file.graphql.html and then going here https://github.com/graphql/graphiql for specific commands in this case under their documentation
Regards,
Ian
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in