Skip to main content

CheckOutOfEventPayload

The payload object returned when checking contacts out of an event.

type CheckOutOfEventPayload {
success: Boolean!
}

Fields​

CheckOutOfEventPayload.success ● Boolean! non-null scalar​

A flag indicating whether the contacts were checked out of the event successfully.

Returned By​

checkOutOfEvent mutation