这是 GitHub API 的 GraphQL 查询:
mutation {
updateProject(input: {
projectId: "MDEwOlJlcG9zaXRvcnkxMTY0ODYzMDc",
body: "Testing tusting",
state: OPEN
}) {
clientMutationId
}
}
我收到此错误消息:
"message": "Could not resolve to Project node with the global id of 'MDEwOlJlcG9zaXRvcnkxMTY0ODYzMDc'.",
这里有什么问题?我正在尝试更新存储库描述。