Arguments
UUID!
required
No description provided in the schema yet.
UUID!
required
No description provided in the schema yet.
Returns
SupervisionAssignmentResponse!Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
mutation {
reassignSupervisor(
superviseeUserId: UUID!
supervisorUserId: UUID!
): SupervisionAssignmentResponse!
}
SupervisionAssignmentResponse!