Skip to content
Woolf Help Center home
Woolf Help Center home

πŸ›οΈ 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

ID!

Unique identifier of the college.

name

String!

Official name of the college.

descr

Json

Description of the college.

deanId

ID

ID of the dean associated with the college.

deanName

String

Name of the dean.

deanEmail

String

Email address of the dean.

status

CollegeStatus!

Verification status of the college (DRAFT, VERIFIED, REJECTED, ARCHIVED).

rejectionReason

String

Reason for rejection, if applicable.

updated

DateTime!

Timestamp of the last update.

created

DateTime!

Timestamp of when the college was created.

degrees

[Degree!]!

List of degrees offered by the college.

teachers

[CollegeStaff!]!

List of teachers associated with the college.

πŸš€Β Request (Try It)