Home > @infiniteobjects/shopify-data-manager > AdminTypes > CompaniesDeletePayload
Return type for companiesDelete
mutation.
Signature:
export interface CompaniesDeletePayload
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. |