Ben Griffiths

Results 1 issues of Ben Griffiths

If we have an example like this: ```idl type Person { id: String, otherPropertiesEtc: String, user: User, } type User { usernameEtc: String, } ``` In this example our `User`...