Skip to content
Woolf Help Center home
Woolf Help Center home

πŸŽ“ Add Student to College

The addStudentToCollege mutation allows administrators to enroll a new student in a college using their email and personal details.

Input Parameters

Parameter

Type

Description

email

String!

Email address of the student to enroll.

student

StudentInput!

Details of the student being added.

Input Object: StudentInput

Field

Type

Description

externalId

String

External system identifier for the student.

nameFirst

String

First name of the student.

nameLast

String

Last name of the student.

Response Fields

Field

Type

Description

id

ID!

Unique identifier of the enrolled student.

name

String!

Full name of the student.

email

String!

Email address of the enrolled student.

πŸš€Β Request (Try It)