GraphQL - Type Relationships
You want to model a bidirectional relationship between
Employee and Manager where each employee has one manager, and each manager can have many employees. Which schema correctly models this with bidirectional fields?