Skip to main content

SubjectChanged

A conversation subject was updated.

type SubjectChanged implements Timestamped {
createdAt: DateTime!
from: String
id: ID!
to: String
updatedAt: DateTime!
}

Fields

SubjectChanged.createdAt ● DateTime! non-null scalar common

The date and time that the object was created.

SubjectChanged.from ● String scalar common

The previous subject of the conversation.

SubjectChanged.id ● ID! non-null scalar common

SubjectChanged.to ● String scalar common

The new subject of the conversation.

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