SupplierContact Object
Description
Contact person information for a supplier.
Declaration
type SupplierContact {
firstName: String!
lastName: String
email: String
telephone: String
organisation: 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. |