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
| Name | Type | Description |
|---|---|---|
action | String | Type of action that was performed. |
description | String | Description of the action or event. |
date | Date | Date when the action occurred. |
user | UserReference | User who performed the action. |
ip | String | IP address from which the action was performed. |