Joe Kendall
Results
5
issues of
Joe Kendall
With the following spec ``` type User { ... eventLog: Event[]; } type Event { type: String; id: String; } path /users/{uid} is User { ... /eventLog/{eventId} is Event {...
bug