Home > @infiniteobjects/shopify-data-manager > AdminTypes > CompanyContactSendWelcomeEmailPayload
Return type for companyContactSendWelcomeEmail mutation.
Signature:
export interface CompanyContactSendWelcomeEmailPayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| companyContact? | Maybe<CompanyContact> | (Optional) The company contact to whom a welcome email was sent. | |
| userErrors | Array<BusinessCustomerUserError> | The list of errors that occurred from executing the mutation. |