错误:[{消息:“无法查询类型为“突变””的字段“ ...”。您的意思是“ ...”吗?”,…}]

时间:2020-08-25 08:32:23

标签: graphql react-apollo

我正在与apollo客户端一起使用,当注销突变称为我出现此错误

errors: [{message: "Cannot query field "Logout" on type "Mutation". Did you mean "Login"?",…}]

我的变异是

mutation Logout($token: String!){
  Logout(token: $token){
    status
    logout
    msg
  }
}

此突变在操场上有效,但在应用程序中无效。 无法理解我在做什么错。

1 个答案:

答案 0 :(得分:0)

我收到此错误,是因为没有my_dictio = {'url': 'www.google.com', 'value': [{'Car': 'Mercedes', 'Engine': 'Hybrid', 'Entity1': {'Country': 'US', 'Owner': 'Richard', 'Entity2': {'Type': 'type1', 'Payment': 'cash'}}}, {'Car': 'Audi', 'Engine': 'Hybrid', 'Entity1': {'Country': 'DE', 'Owner': 'Mesut', 'Entity2': {'Type': 'type2', 'Payment': 'cash'}}}, {'Car': 'Volkswagen', 'Engine': 'Gas', 'Entity1': {'Country': 'FR', 'Owner': 'Paul', 'Entity2': {'Type': 'type3', 'Payment': 'card'}}}]} 实现代码,它在另一个分支中。因此,我切换到了已解决代码和错误的分支。