Skip to main content

Timestamped

An object with timestamp fields for when it was created and last updated.

interface Timestamped {
createdAt: DateTime!
updatedAt: DateTime!
}

Fields

Timestamped.createdAt ● DateTime! non-null scalar common

The date and time that the object was created.

Timestamped.updatedAt ● DateTime! non-null scalar common

The date and time that the object was last updated.

Implemented by

Agent object ● AgentChanged object ● AgentNotificationPreference object ● Article object ● ArticleAttachment object ● ArticleRating object ● ArticleVersion object ● Attachment object ● CannedReply object ● CannedReplyCategory object ● ChannelChanged object ● Company object ● Condition object ● Contact object ● ContactChange object ● ContactOpenedMessage object ● ConversationAttachment object ● ConversationDeleted object ● ConversationMerged object ● ConversationRestored object ● ConversationStarred object ● ConversationUnstarred object ● CustomField object ● CustomFieldCategory object ● EmailTemplate object ● Folder object ● FollowerAdded object ● FollowerRemoved object ● IntegrationAdded object ● IntegrationExternalChange object ● IntegrationRemoved object ● KbCategory object ● KnowledgeBase object ● OauthCredentials object ● PinnedSearch object ● PushToken object ● Rating object ● RawEmail object ● Rule object ● RuleAction object ● RuleReplyTemplate object ● RuleTrigger object ● Snoozed object ● StarredCannedReply object ● StateChanged object ● SubjectChanged object ● Tag object ● Tagged object ● Team object ● TeamChanged object ● Theme object ● Unsnoozed object ● Untagged object ● Wallet object