ContactCreateInput
Autogenerated input type of ContactCreate
input ContactCreateInput {
clientMutationId: String
companyId: ID
contactType: ContactType!
customFields: [CustomFieldInput!]
skipCompanyCreation: Boolean
}
Fields
ContactCreateInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
ContactCreateInput.companyId ● ID scalar common
The company that contact belongs to.
ContactCreateInput.contactType ● ContactType! non-null enum common
The contact type.
ContactCreateInput.customFields ● [CustomFieldInput!] list input common
The custom field values.
ContactCreateInput.skipCompanyCreation ● Boolean scalar common
When no matching company is found, skip auto creation.
Member of
contactCreate mutation