stack

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

AdminTypes.CompanyDeletePayload interface

Return type for companyDelete mutation.

Signature:

export interface CompanyDeletePayload 

Properties

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