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