Josias Iquabius

Results 1 issues of Josias Iquabius

Is it possible to make the `id` field required for all `UpdateInput` classes? ```diff @InputType() export class UserUpdateInput { - @Field(() => String, { nullable: true }) - id?: string...

question