UpdateEventResponse
Response type for updating an event.
type UpdateEventResponse {
success: Boolean!
error: UpdateEventError!
}
Fields
UpdateEventResponse.success ● Boolean! non-null scalar
UpdateEventResponse.error ● UpdateEventError! non-null enum event
Returned By
UpdateEvent mutation