ApiV2-GraphQL-Docs
ApiV2-GraphQL-Docs copied to clipboard
Query.ThreadComment UpdatedAt value is almost always wrong
When querying ThreadComment, either singularly or in a Paginated query, the value for UpdatedAt for any result is always the UpdateAt value for the most recently updated comment in the thread, even if that comment is not in the results.
Example:
As you can see, the UpdatedAt value for every ThreadComment in the results set is exactly the same, and is in fact incorrect for each one of those ThreadComments.