import { InputType, Field } from 'type-graphql'; @InputType() export class ChangeStatusInput { @Field({ nullable: true }) customMessage?: string; }