After an outage on September 1, the Instructure Community is now fully available, including guides, release notes, forums, and groups. If some styling still looks unusual, clear your cache and cookies.
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
To 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