Unsnoozed
A conversation was unsnoozed.
type Unsnoozed implements Timestamped {
by: Agent
createdAt: DateTime!
id: ID!
updatedAt: DateTime!
}
Fields
Unsnoozed.by ● Agent object common
The agent that unsnoozed the conversation.
Unsnoozed.createdAt ● DateTime! non-null scalar common
The date and time that the object was created.
Unsnoozed.id ● ID! non-null scalar common
Unsnoozed.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