Skip to main content

LogEntry Object

Description

Log entry tracking an action or event with user and timestamp information.

Declaration

type LogEntry {
action: String
description: String
date: Date
user: UserReference
ip: String
}

Fields

NameTypeDescription
actionStringType of action that was performed.
descriptionStringDescription of the action or event.
dateDateDate when the action occurred.
userUserReferenceUser who performed the action.
ipStringIP address from which the action was performed.