ContactInput Input
Description
Input fields for creating or updating a contact.
Declaration
input ContactInput {
firstName: String
lastName: String
email: String
telephone: String
organisation: String
notes: String
}
Fields
| Name | Type | Description |
|---|---|---|
firstName | String | Contact's first name. |
lastName | String | Contact's last name. |
email | String | Contact's email address. |
telephone | String | Contact's telephone number. |
organisation | String | Organization or company name. |
notes | String | Notes or comments about the contact. |