Skip to main content

EventResult

Representation of the result when publishing an event

type EventResult {
success: Boolean!
message: String
}

Fields

success ● Boolean!

Was the event sucessfully published

message ● String

The message of the result

Example

{}