OBJECT
Recruiter invited to a specific source
type External Recruiter {id: Int can_manage_pipeline: Boolean can_see_all_candidates: Boolean can_set_selected: Boolean can_delete_candidates: Boolean created_at: String updated_at: String begin_at: String expire_at: String user_id: Int user: User }