Skip to main content

CompanyAddContactsInput

Autogenerated input type of CompanyAddContacts

input CompanyAddContactsInput {
clientMutationId: String
companyId: ID!
contactIds: [ID!]!
}

Fields

CompanyAddContactsInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

CompanyAddContactsInput.companyId ● ID! non-null scalar common

The ID of the company to add the contacts to.

CompanyAddContactsInput.contactIds ● [ID!]! non-null scalar common

The IDs of the contacts to add.

Member of

companyAddContacts mutation