Please forgive the stupidity - I feel like I’m missing something extremely simple here.
Running queries in Postman as a precursor to running them from Google Apps Script and I can’t wrap my brain around what appears to be a syntax issue. Here’s the script:
{“query”:“mutation{change_column_value(board_id:XXXXXXXXX,item_id:XXXXXXXXX,column_id:"dateXXX",value:"{"date":"2020-01-09","time":"00:00:00"}"){id}}”}
Error message is as follows:
“Parse error on ":" (STRING) at [1, 98]”
Figured out the retrieving and parsing of data and can do “simple” mutations like number and text, no problem, but WOW these date columns are killing me. TIA.