ChannelChanged
A conversation was moved to another channel.
type ChannelChanged implements Timestamped {
createdAt: DateTime!
from: Channel
id: ID!
to: Channel
updatedAt: DateTime!
}
Fields
ChannelChanged.createdAt ● DateTime! non-null scalar common
The date and time that the object was created.
ChannelChanged.from ● Channel interface common
The channel that the conversation was moved from.
ChannelChanged.id ● ID! non-null scalar common
ChannelChanged.to ● Channel interface common
The channel that the conversation was moved to.
ChannelChanged.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