这是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'.",
这是怎么了?我正在尝试更新存储库描述。