I have this field in a model but doesn't work
@Field(type => [],{ nullable: true })
product: string[];
I don't know what I miss.
question from:https://stackoverflow.com/questions/65945435/nestjs-graphql-i-need-to-create-a-string-array-fieldI have this field in a model but doesn't work
@Field(type => [],{ nullable: true })
product: string[];
I don't know what I miss.
question from:https://stackoverflow.com/questions/65945435/nestjs-graphql-i-need-to-create-a-string-array-field