Skip to main content

FollowerAdded

A conversation is followed by an agent.

type FollowerAdded implements Timestamped {
createdAt: DateTime!
follower: Agent!
id: ID!
updatedAt: DateTime!
}

Fields

FollowerAdded.createdAt ● DateTime! non-null scalar common

The date and time that the object was created.

FollowerAdded.follower ● Agent! non-null object common

The agent that started following the conversation.

FollowerAdded.id ● ID! non-null scalar common

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