Cannot determine GraphQL output type for statusCode

前端 未结 0 992
独厮守ぢ
独厮守ぢ 2020-12-11 08:23

I have a class of object type

@ObjectType()
export class BusinessRule {
@Field(type => String)
public name: string;

@Field(type => String)
public descr         


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