But respond an error which is
{“errors”:[{“message”:“Parse error on "date" (STRING) at [1, 125]”,“locations”:[{“line”:1,“column”:125}]}],“account_id”:7398594}
Page 1 / 1
A date column needs to have a JSON with date, not text
{“errors”:[{“message”:“Parse error on "date" (STRING) at [1, 80]”,“locations”:[{“line”:1,“column”:80}]}],“account_id”:7398594}
Fid you escape teh date string in the JSON?
Yes I did. Already escaped
Can you share your full query string as build and show it as formatted test. This editor has it’s own mind on escaping 🙂 and formatting, so it is better to always enter this kind of data as a preformatted text (using the </> button.