OBJECT
A subuser - Describes someone that has some access to the academy.
type Subuser {email: String firstname: String id: ID lastname: String trainingSessions: [TrainingSession] type: String }