ContactMergePayload
Autogenerated return type of ContactMerge
type ContactMergePayload {
clientMutationId: String
errors: [UserError!]!
target: Contact!
}
Fields
ContactMergePayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
ContactMergePayload.errors ● [UserError!]! non-null object common
Errors related to user input
ContactMergePayload.target ● Contact! non-null object common
The merged contact.
Returned by
contactMerge mutation