我正在为我的应用使用中继现代updater和optimisticUpdater但这还不够用。基本上,我有一个Link与A类型votes连接-这是我的模式的相关部分:typeLinkimplementsNode{createdAt:DateTime!description:String!id:ID!postedBy(filter:UserFilter):Userurl:String!votes(filter:VoteFilter,orderBy:VoteOrderBy,skip:Int,after:String,before:String,first:Int,last:Int):VoteConn