stack

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

AdminTypes.CompanyContactDeletePayload interface

Return type for companyContactDelete mutation.

Signature:

export interface CompanyContactDeletePayload 

Properties

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