CompanyRemoveContactsInput
Autogenerated input type of CompanyRemoveContacts
input CompanyRemoveContactsInput {
clientMutationId: String
companyId: ID!
contactIds: [ID!]!
}
Fields
CompanyRemoveContactsInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
CompanyRemoveContactsInput.companyId ● ID! non-null scalar common
The ID of the company to remove the the contacts from.
CompanyRemoveContactsInput.contactIds ● [ID!]! non-null scalar common
The IDs of the contacts to remove.
Member of
companyRemoveContacts mutation