canvas-rs/graphql/queries/GetCourses.graphql

12 lines
178 B
GraphQL
Raw Permalink Normal View History

2024-10-16 01:40:11 -06:00
query GetCourses {
allCourses {
name
courseCode
courseNickname
term {
name
startAt
endAt
}
}
}