Event
No description
type Event {
createdAt: Datetime!
customer: Customer
customerId: UUID
data: JSON!
id: UUID!
project: Project
projectId: UUID
sequence: BigInt!
type: String!
}
Fields
Event.createdAt ● Datetime! non-null scalar
Event.customer ● Customer object
Reads a single Customer that is related to this Event.