@ObjectType( {description : 'My class') ) Class Person { @Field ( () => ID, { description : ' ID of the user' } ) Id: number }