Closed Faithfinder closed 10 months ago
Paste into web version:
@InterfaceType({ resolveType: questionnaireTypeResolver, }) abstract class QuestionnaireInterface { @Field() id!: string; @Field() title!: string; @Field(() => AssessmentType) type!: AssessmentType; }
Thanks for reporting. I fixed this in Git commit 77965450f24da5e027579db689be59f483c8da42. I will ship the fix in version 3.2.0.
Fix released in version 3.2.0.
Paste into web version: