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