ContactInput
Input for creating a new Contact
input ContactInput {
email: String!
name: String
phone: String
identities: IdentityInput
connectedServices: [ConnectedServiceType!]
}
Fields
ContactInput.email ● String! non-null scalar
The email of the Contact
ContactInput.name ● String scalar
The name of the Contact
ContactInput.phone ● String scalar
The phone number of the Contact
ContactInput.identities ● IdentityInput input
Identities related to the Contact
ContactInput.connectedServices ● [ConnectedServiceType!] list enum
Select connected services to push to
Member Of
createContact mutation