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