Skip to content

ContactInput

The ContactInput input type includes the mandatory and optional contact details needed in the request for any mutations involving contact information.

input ContactInput {
email: String!
fullName: String!
phoneNumber: String
}
FieldTypeDescription
emailString!The required email address of the contact.
fullNameString!The required full name of the contact.
phoneNumberStringThe optional phone number of the contact.