Skip to main content

UpdateContactInput

Input for updating an existing Contact

input UpdateContactInput {
email: String
name: String
phone: String
identities: IdentityInput
connectedServices: [ConnectedServiceType!]
}

Fields

UpdateContactInput.email ● String scalar

The email of the Contact

UpdateContactInput.name ● String scalar

The name of the Contact

UpdateContactInput.phone ● String scalar

The phone number of the Contact

UpdateContactInput.identities ● IdentityInput input

Identities related to the Contact

UpdateContactInput.connectedServices ● [ConnectedServiceType!] list enum

Select connected services to push to

Member Of

updateContact mutation