Event Object
Description
Represents an analytics or tracking event.
Declaration
type Event {
id: ID
ref: ID
type: String
createdAt: Date
}
Fields
| Name | Type | Description |
|---|---|---|
id | ID | Unique identifier for the event. |
ref | ID | Reference identifier for the related resource. |
type | String | Type of event. |
createdAt | Date | Date when the event was created. |