Skip to main content

CreateContactInput

No description

input CreateContactInput {
firstName: String
middleName: String
lastName: String
gender: Gender
email: String
homepage: String
phone: String
mobile: String
dateOfBirth: String
mailingList: YesNo
parentId: Int
primaryLanguage: String
attributes: [UserManagementAttributeValueInput!]
}

Fields

CreateContactInput.firstName ● String scalar

CreateContactInput.middleName ● String scalar

CreateContactInput.lastName ● String scalar

CreateContactInput.gender ● Gender enum

CreateContactInput.email ● String scalar

CreateContactInput.homepage ● String scalar

CreateContactInput.phone ● String scalar

CreateContactInput.mobile ● String scalar

CreateContactInput.dateOfBirth ● String scalar

CreateContactInput.mailingList ● YesNo enum

CreateContactInput.parentId ● Int scalar

The id of the company the contact should be created in.

CreateContactInput.primaryLanguage ● String scalar

The primary language of the contact.

CreateContactInput.attributes ● [UserManagementAttributeValueInput!] list input

Contacts's custom attribute values. This field is used to set value on attributes for the selected contact. Attributes that are used here (selected by name) must already be defined in Propeller.

Member Of

contactCreate mutation