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