Open
Description
Summary:
Steps to reproduce:
Using the following query:
query MyQuery {
course(id: "654321") {
sisId
assignmentsConnection {
nodes {
name
pointsPossible
submissionTypes
submissionsConnection(first: 10) {
nodes {
user {
_id
sisId
loginId
email
shortName
}
score
}
}
}
}
}
}
Expected behavior:
'loginId' attributes should not be null
Actual behavior:
'loginId' attributes are nulls