resolvers for fields of an Entity typeorm graphql

后端 未结 0 1397
孤城傲影
孤城傲影 2021-01-23 14:26

assume i have two models, User and Quote as follows

User {
  id
  name
  password
}

Quote {
  id
  text
  ownerId
}


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