ConversationMerged
A conversation was merged into another conversation.
type ConversationMerged implements Timestamped {
createdAt: DateTime!
id: ID!
sourceChannelId: ID
sourceContactId: ID
sourceCreatedAt: DateTime
sourceNumber: Int!
target: Conversation!
updatedAt: DateTime!
}
Fields
ConversationMerged.createdAt ● DateTime! non-null scalar common
The date and time that the object was created.
ConversationMerged.id ● ID! non-null scalar common
ConversationMerged.sourceChannelId ● ID scalar common
The ID of the channel that the source conversation was in.
ConversationMerged.sourceContactId ● ID scalar common
The ID of the contact of the source conversation.
ConversationMerged.sourceCreatedAt ● DateTime scalar common
The date and time that the source conversation was created.
ConversationMerged.sourceNumber ● Int! non-null scalar common
The number of the source conversation.
ConversationMerged.target ● Conversation! non-null interface common
The conversation that the source conversation was merged into.
ConversationMerged.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