Event
No description
type Event {
_: Boolean
createdAt: DateTime!
event: String!
id: ID!
organizationId: String!
payload: JSON
projectId: String
userId: String
user: User
}
No description
type Event {
_: Boolean
createdAt: DateTime!
event: String!
id: ID!
organizationId: String!
payload: JSON
projectId: String
userId: String
user: User
}
Event._ ● Boolean scalarEvent.createdAt ● DateTime! non-null scalarEvent.event ● String! non-null scalarEvent.id ● ID! non-null scalarEvent.organizationId ● String! non-null scalarEvent.payload ● JSON scalarEvent.projectId ● String scalarEvent.userId ● String scalarEvent.user ● User object