Home > @infiniteobjects/shopify-data-manager > AdminTypes > CompanyContactsDeletePayload
Return type for companyContactsDelete
mutation.
Signature:
export interface CompanyContactsDeletePayload
Property | Modifiers | Type | Description |
---|---|---|---|
deletedCompanyContactIds? | Maybe<Array<Scalars[‘ID’][‘output’]>> | (Optional) The list of IDs of the deleted company contacts. | |
userErrors | Array<BusinessCustomerUserError> | The list of errors that occurred from executing the mutation. |