ContactInput
The ContactInput input type includes the mandatory and optional contact details needed in the request for any mutations involving contact information.
Definition
Section titled “Definition”input ContactInput { email: String! fullName: String! phoneNumber: String}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
email | String! | The required email address of the contact. |
fullName | String! | The required full name of the contact. |
phoneNumber | String | The optional phone number of the contact. |