can I get a value of virtual prop in typegoose, graphql

前端 未结 0 1523
遇见更好的自我
遇见更好的自我 2021-02-03 13:27

I made my scheme(with typegoose) like

class Register {
  @prop({
    ref: \'UserBalance\',
    foreignField: \'owner\',
    localField: \'_id\',
    count: true,
         


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