π₯ Get Multiple Students
The students query retrieves a list of students with optional filters for course, degree, and pagination.
Parameters
Parameter | Type | Description |
|---|---|---|
| ID | Filter students by course ID. |
| ID | Filter students by degree ID. |
| Pagination | Define |
Response Fields
Field | Type | Description |
|---|---|---|
| Int! | Total number of matching students. |
| [Student!]! | List of retrieved students. |
| ID! | Unique identifier of the student. |
| String | External identifier linked to the student. |
| String! | Full name of the student. |
| String! | Email address of the student. |
| DateTime! | Timestamp when the student record was last updated. |
| DateTime! | Timestamp when the student record was created. |
| [DegreeStudent!]! | List of degrees in which the student is enrolled. |
| [CourseStudent!]! | List of courses in which the student is enrolled. |