stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CompanyContactsDeletePayload

AdminTypes.CompanyContactsDeletePayload interface

Return type for companyContactsDelete mutation.

Signature:

export interface CompanyContactsDeletePayload 

Properties

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.