In my code-first GraphQL schema for a User module, I am trying to define a model as below:
import { Field, Int, ObjectType } from \'@nestjs/graphql\'; import { Us