wook
Results
3
comments of
wook
``` type TestModel @model { id: ID! name: String } type TestModel2 @model { id: ID! test1: TestModel! @connection } ``` this works well, but ``` type TestModel @model {...