π Get Course Details
The course query retrieves details of a specific course using its unique ID. This includes its name, status, workload, and grading weights.
Parameters
Parameter | Type | Description |
|---|---|---|
| ID! | Unique identifier of the course to retrieve. |
Response Fields
Field | Type | Description |
|---|---|---|
| ID! | Unique identifier of the course. |
| DateTime! | Timestamp when the course was last updated. |
| DateTime! | Timestamp when the course was created. |
| CourseStatus! | Current status of the course ( |
| String | Reason for course rejection, if applicable. |
| String! | Course name. |
| String! | Description of the course. |
| [Weight!]! | List of grading weight categories for the course. |
| Int! | Minimum workload required to complete the course. |
| Int! | Total workload assigned to the course. |
| Int! | Number of publications required for completion. |
| Int! | Number of reviewed publications required. |
| Int! | Number of meetings required for course completion. |
| Int! | Number of assignments required to pass the course. |
| Int! | Number of summative assignments required. |