What is difference between updatedAt and editedAt on a post

what is difference between updatedAt and editedAt on a post? editedAt isn’t on Post model/ type but it is in the data returned

Hi @martin, thank you for your inquiry and sorry for the late response, our team is checking the information and update you soon.

Hi @martin, here is the information

  • updatedAt timestamp is updated is for every field update
  • editedAt timestamp is updated only when the text has been updated.

Thank you