Here is an example of my schema
type User @model { id: ID! friends: [Friendship] @connect(name: "UserFriends") outgoingFriendRequests: [Friend