在我的NestJs中,我收到以下错误,因为我在CandidateService中使用了EmployerService。UnhandledPromiseRejectionWarning: Error: Cannot determine a GraphQL input type for the "employer"./jnoble/packages/api/node_modules/@nestjs/graphql
使用Nest.js graphql的代码优先方法,我试图在有嵌套输入类型的地方创建一个变异。import { Field, InputType, Int } from '@nestjs/graphql';
export class OrderInput {
@不太确定是什么导致了这个问题。nestjs/graphql": "^
我正在使用服务器上的、/GraphQL/ (内置于@nestjs/graphql)//PostgreSQL和客户机上的构建一个类型记录应用程序。装饰器来自TypeGraphQL,但从@nestjs/graphql导入):
import { Field, ObjectType, ID } from '@nestjs/graphql&