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
.
Event.customerId
● UUID
scalar
Event.data
● JSON!
non-null scalar
Event.id
● UUID!
non-null scalar
Event.project
● Project
object
Reads a single Project
that is related to this Event
.