Skip to content

E0054 on abstract modifier after a decorator #1194

Closed
@Faithfinder

Description

@Faithfinder

Paste into web version:

@InterfaceType({
    resolveType: questionnaireTypeResolver,
})
abstract class QuestionnaireInterface {
    @Field()
    id!: string;

    @Field()
    title!: string;

    @Field(() => AssessmentType)
    type!: AssessmentType;
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions