ContactInput
input for attributes of a contact of a customer
graphql
input ContactInput {
customer: CustomerInput
email: String!
firstName: String
lastName: String
locale: LocaleEnum
mobile: String
newsletterAccepted: Boolean
privacyStatementAccepted: Boolean
tel: String
termsAndConditionsAccepted: Boolean
}
Fields
ContactInput.customer · CustomerInput input
ContactInput.email · String! non-null scalar
ContactInput.firstName · String scalar
ContactInput.lastName · String scalar
ContactInput.locale · LocaleEnum enum
ContactInput.mobile · String scalar
ContactInput.newsletterAccepted · Boolean scalar
ContactInput.privacyStatementAccepted · Boolean scalar
ContactInput.tel · String scalar
ContactInput.termsAndConditionsAccepted · Boolean scalar
Member Of
RequestCreateInput input · RequestUpdateInput input