Skip to main content

Utilizationabled

An object with utilization fields for when it was last used and how many times it has been used.

interface Utilizationabled {
countUsed: Int!
lastUsedAt: DateTime
}

Fields

Utilizationabled.countUsed ● Int! non-null scalar common

The number of times the object has been utilized.

Utilizationabled.lastUsedAt ● DateTime scalar common

The date and time that the object was last used.

Implemented by

CannedReply object ● StarredCannedReply object