We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27b4abf + f95d0b3 commit 8439af6Copy full SHA for 8439af6
.github/workflows/last-reviewed-backfill.yml
@@ -59,7 +59,7 @@ jobs:
59
// writers
60
const setDate = async (itemId, fieldId, iso) => {
61
if (dryRun) return console.log(`[DRY RUN] setDate item=${itemId} -> ${iso}`);
62
- const m = `mutation($p:ID!,$i:ID!,$f:ID!,$d:String!){
+ const m = `mutation($p:ID!,$i:ID!,$f:ID!,$d:Date!){
63
updateProjectV2ItemFieldValue(input:{projectId:$p,itemId:$i,fieldId:$f,value:{date:$d}}){
64
projectV2Item{ id }
65
}}`;
0 commit comments