stack

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

AdminTypes.CompaniesDeletePayload interface

Return type for companiesDelete mutation.

Signature:

export interface CompaniesDeletePayload 

Properties

Property Modifiers Type Description
deletedCompanyIds?   Maybe<Array<Scalars[‘ID’][‘output’]>> (Optional) A list of IDs of the deleted companies.
userErrors   Array<BusinessCustomerUserError> The list of errors that occurred from executing the mutation.