Skip to main content

RemoveContactFromCeContactStoreContactGroupPayload

Payload when removing a contact from a contact group in a continuing education contact store.

type RemoveContactFromCeContactStoreContactGroupPayload {
success: Boolean!
}

Fields

RemoveContactFromCeContactStoreContactGroupPayload.success ● Boolean! non-null scalar

A flag indicating whether the contact was removed from the contact group successfully.

Returned By

removeContactFromCeContactStoreContactGroup mutation