ContactCreateInput
Autogenerated input type of ContactCreate
graphql
input ContactCreateInput {
customer: CustomerInput
email: String!
firstName: String
lastName: String
locale: LocaleEnum
mobile: String
newsletterAccepted: Boolean
privacyStatementAccepted: Boolean
tel: String
termsAndConditionsAccepted: Boolean
}
Fields
ContactCreateInput.customer · CustomerInput input
ContactCreateInput.email · String! non-null scalar
ContactCreateInput.firstName · String scalar
ContactCreateInput.lastName · String scalar
ContactCreateInput.locale · LocaleEnum enum
ContactCreateInput.mobile · String scalar
ContactCreateInput.newsletterAccepted · Boolean scalar
ContactCreateInput.privacyStatementAccepted · Boolean scalar
ContactCreateInput.tel · String scalar
ContactCreateInput.termsAndConditionsAccepted · Boolean scalar
Member Of
contactCreate mutation