ExportEvent
History log of export file.
type ExportEvent implements Node {
id: ID!
date: DateTime!
type: ExportEventsEnum!
user: User
app: App
message: String!
}
Fields
ExportEvent.id
● ID!
non-null scalar miscellaneous
The ID of the object.
ExportEvent.date
● DateTime!
non-null scalar miscellaneous
Date when event happened at in ISO 8601 format.
ExportEvent.type
● ExportEventsEnum!
non-null enum miscellaneous
Export event type.
ExportEvent.user
● User
object users
User who performed the action.
ExportEvent.app
● App
object apps
App which performed the action.
ExportEvent.message
● String!
non-null scalar miscellaneous
Content of the event.
Interfaces
Node
interface miscellaneous
An object with an ID
Member Of
ExportFile
object