GraphQL and SIS IDs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2019
01:46 PM
Is there a way to work with /graphiql and SIS IDs, e.g. sis_login_id. I can do a query like:
query MyQuery {
legacyNode(_id: "3", type: User) {
... on User {
id
email
name
avatarUrl
createdAt
enrollments {
lastActivityAt
section {
name
}
grades {
currentGrade
}
}
}
}
}
But how do I work with SIS IDs, like https://canvas.instructure.com/doc/api/file.object_ids.html