Home > @infiniteobjects/shopify-data-manager > AdminTypes > CompanyContactCreatePayload
Return type for companyContactCreate
mutation.
Signature:
export interface CompanyContactCreatePayload
Property | Modifiers | Type | Description |
---|---|---|---|
companyContact? | Maybe<CompanyContact> | (Optional) The created company contact. | |
userErrors | Array<BusinessCustomerUserError> | The list of errors that occurred from executing the mutation. |