stack

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

AdminTypes.CatalogDeletePayload interface

Return type for catalogDelete mutation.

Signature:

export interface CatalogDeletePayload 

Properties

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