DeleteEventContactGroupPayload
Payload when deleting a contact group in an event.
type DeleteEventContactGroupPayload {
success: Boolean!
}
Fields
DeleteEventContactGroupPayload.success
● Boolean!
non-null scalar
A flag indicating whether the contact group were deleted successfully.
Returned By
deleteEventContactGroup
mutation