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