CheckIntoEventPayload
The payload object returned when checking contacts into an event.
type CheckIntoEventPayload {
success: Boolean!
}
Fields
CheckIntoEventPayload.success
● Boolean!
non-null scalar
A flag indicating whether the contacts were checked into the event successfully.
Returned By
checkIntoEvent
mutation