Skip to main content

ConversationDeleted

A conversation was moved to trash.

type ConversationDeleted implements Timestamped {
createdAt: DateTime!
id: ID!
updatedAt: DateTime!
}

Fields

ConversationDeleted.createdAt ● DateTime! non-null scalar common

The date and time that the object was created.

ConversationDeleted.id ● ID! non-null scalar common

ConversationDeleted.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