To declare an input type, use the @InputType() decorator. import { InputType, Field } from '@nestjs/graphql'; @InputType() export class UpvotePostInput ...
確定! 回上一頁