Luke Evans
Results
1
issues of
Luke Evans
Apologies if this question doesn't belong here.. Imagine the schema: ``` type School { schoolId: String schoolName: String schoolAddress: Address classes: [Class] } type Class { classId: String className: String...