gpt4 book ai didi

javascript - 如何在 graphql 中定义不带任何参数的突变或查询?

转载 作者:行者123 更新时间:2023-11-30 14:06:48 38 4
gpt4 key购买 nike

我对 graphql 有疑问:

type Mutation {
clearEsLog(): string
clearRabbit(): string
}

我使用 Nestjs,当我运行应用程序时,错误是:

UnhandledPromiseRejectionWarning: Syntax Error: Expected Name, found )

最佳答案

当您的查询或变更中没有参数时,您必须省略方括号 ():

type Mutation {
clearEsLog: string
clearRabbit: string
}

关于javascript - 如何在 graphql 中定义不带任何参数的突变或查询?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55226176/

38 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com