ποΈ Get College Details
The college query retrieves details of the authenticated college, including its name, status, dean information, and associated degrees and teachers.
Parameters
This query does not require any parameters.
Response Fields
Field | Type | Description |
|---|---|---|
| ID! | Unique identifier of the college. |
| String! | Official name of the college. |
| Json | Description of the college. |
| ID | ID of the dean associated with the college. |
| String | Name of the dean. |
| String | Email address of the dean. |
| CollegeStatus! | Verification status of the college ( |
| String | Reason for rejection, if applicable. |
| DateTime! | Timestamp of the last update. |
| DateTime! | Timestamp of when the college was created. |
| [Degree!]! | List of degrees offered by the college. |
| [CollegeStaff!]! | List of teachers associated with the college. |