Skip to main content

TeamChanged

A conversation was reassigned to another team.

type TeamChanged implements Timestamped {
createdAt: DateTime!
from: Team
id: ID!
to: Team
updatedAt: DateTime!
}

Fields

TeamChanged.createdAt ● DateTime! non-null scalar common

The date and time that the object was created.

TeamChanged.from ● Team object common

The team that the conversation was previously assigned to.

TeamChanged.id ● ID! non-null scalar common

TeamChanged.to ● Team object common

The team that the conversation is newly assigned to.

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