GraphQL - Type Relationships
You are designing a GraphQL schema where each
Student has exactly one Locker, and each Locker is assigned to exactly one Student. How should you define the types to enforce this one-to-one relationship?