Skip to main content

CompanyMergeInput

Autogenerated input type of CompanyMerge

input CompanyMergeInput {
clientMutationId: String
companyId: ID!
keepFieldIds: [ID!]
targetId: ID!
}

Fields

CompanyMergeInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

CompanyMergeInput.companyId ● ID! non-null scalar common

The ID of the source company.

CompanyMergeInput.keepFieldIds ● [ID!] list scalar common

The IDs of the custom fields to keep from the source company (otherwise the target custom fields are used).

CompanyMergeInput.targetId ● ID! non-null scalar common

The ID of the target company.

Member of

companyMerge mutation