StateChanged
The state of the conversation changed.
type StateChanged implements Timestamped {
createdAt: DateTime!
from: ConversationState
id: ID!
to: ConversationState
updatedAt: DateTime!
}
Fields
StateChanged.createdAt ● DateTime! non-null scalar common
The date and time that the object was created.
StateChanged.from ● ConversationState enum common
The previous state of the conversation.
StateChanged.id ● ID! non-null scalar common
StateChanged.to ● ConversationState enum common
The new state of the conversation.
StateChanged.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