ContactMergeInput
Autogenerated input type of ContactMerge
input ContactMergeInput {
clientMutationId: String
keepFieldIds: [ID!]
sourceId: ID!
targetId: ID!
}
Fields
ContactMergeInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
ContactMergeInput.keepFieldIds ● [ID!] list scalar common
The IDs of the custom fields to keep from the source contact (otherwise the target custom fields are used).
ContactMergeInput.sourceId ● ID! non-null scalar common
The ID of the source contact.
ContactMergeInput.targetId ● ID! non-null scalar common
The ID of the target contact.
Member of
contactMerge mutation