Skip to main content

ImportEvent

History log of import file.

type ImportEvent implements Node {
id: ID!
date: DateTime!
type: ImportEventsEnum!
user: User
app: App
message: String!
}

Fields

ImportEvent.id ● ID! non-null scalar

The ID of the object

ImportEvent.date ● DateTime! non-null scalar

Date when event happened at in ISO 8601 format.

ImportEvent.type ● ImportEventsEnum! non-null enum

Import event type.

ImportEvent.user ● User object

User who performed the action.

ImportEvent.app ● App object

App which performed the action.

ImportEvent.message ● String! non-null scalar

Content of the event.

Interfaces

Node interface

An object with an ID

Member Of

ImportFile object

Was this page helpful?