GraphQL - Type Relationships
Consider this schema:
What does the field 'manager' represent in this schema?
type Employee { id: ID name: String manager: Employee }What does the field 'manager' represent in this schema?
