import the aliases import { ID, Float, Int } from "type-graphql"; @ObjectType() class MysteryObject { @Field(type => ID) readonly id: string; @Field(type ...
確定! 回上一頁