Modelling friendship with aws amplify

前端 未结 0 1158
南笙
南笙 2020-12-15 16:35

Here is an example of my schema

type User @model {
  id: ID!
  friends: [Friendship] @connect(name: "UserFriends")
  outgoingFriendRequests: [Friend         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题