RemoveContactsFromListInput
No description
input RemoveContactsFromListInput {
contact_ids: [ID!]!
list_id: ID!
}
Fields
RemoveContactsFromListInput.contact_ids ● [ID!]! non-null scalar
An array of contact IDs to remove from the given List.
RemoveContactsFromListInput.list_id ● ID! non-null scalar
Member Of
removeContactsFromList mutation


