DeleteMembershipContactStoreFunctionPayload
Payload returned when deleting a membership contact store function.
type DeleteMembershipContactStoreFunctionPayload {
success: Boolean!
}
Fields
DeleteMembershipContactStoreFunctionPayload.success
● Boolean!
non-null scalar
A flag indicating whether the membership contact store function was deleted successfully.
Returned By
deleteMembershipContactStoreFunction
mutation