DeleteFunctionGroupPayload
Payload returned when deleting a function group.
type DeleteFunctionGroupPayload {
success: Boolean!
}
Fields
DeleteFunctionGroupPayload.success
● Boolean!
non-null scalar
A flag indicating whether the function group was deleted successfully.
Returned By
deleteCeContactStoreFunctionGroup
mutation ● deleteEventFunctionGroup
mutation ● deleteMembershipContactStoreFunctionGroup
mutation