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