【发布时间】:2019-08-09 02:31:45
【问题描述】:
我对 graphql 有疑问:
type Mutation {
clearEsLog(): string
clearRabbit(): string
}
我使用 Nestjs,当我运行应用程序时,错误是:
UnhandledPromiseRejectionWarning:语法错误:预期名称,找到)
【问题讨论】:
标签: javascript node.js typescript graphql nestjs