RemoveContactFromMembershipContactStoreContactGroupPayload
Payload when removing a contact from a contact group in a membership contact store.
type RemoveContactFromMembershipContactStoreContactGroupPayload {
success: Boolean!
}
Fields
RemoveContactFromMembershipContactStoreContactGroupPayload.success
● Boolean!
non-null scalar
A flag indicating whether the contact was removed from the contact group successfully.
Returned By
removeContactFromMembershipContactStoreContactGroup
mutation