ConversationRestored
A conversation was restored from trash.
type ConversationRestored implements Timestamped {
createdAt: DateTime!
id: ID!
updatedAt: DateTime!
}
Fields
ConversationRestored.createdAt ● DateTime! non-null scalar common
The date and time that the object was created.
ConversationRestored.id ● ID! non-null scalar common
ConversationRestored.updatedAt ● DateTime! non-null scalar common
The date and time that the object was last updated.
Interfaces
Timestamped interface common
An object with timestamp fields for when it was created and last updated.
Implemented by
ChangeTypeUnion union