Please avoid duplicates
Reproducible test case
No response
Please select the environment(s) that are relevant to your bug report
Versions
3.3.0
What happened?
Okay the problem is in github-project.
A code like this
await project.items.updateByContentId("I_kwDOG99yf85ej0m8", {
"🎯 target date": "2023-02-17",
});
results in a query like this
mutation setItemProperties($projectId: ID!, $itemId: ID!) {
🎯targetdate: updateProjectV2ItemFieldValue(input: {projectId: $projectId, itemId: $itemId, fieldId: "PVTF_...", value: {date: "2023-02-17"}}) {
projectV2Item {
# ...
}
}
}
Which GraphQL doesn't like.
Would you be interested in contributing a fix?
Please avoid duplicates
Reproducible test case
No response
Please select the environment(s) that are relevant to your bug report
Versions
3.3.0
What happened?
Okay the problem is in
github-project.A code like this
results in a query like this
Which GraphQL doesn't like.
Would you be interested in contributing a fix?