stack

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

AdminTypes.CollectionDeletePayload interface

Return type for collectionDelete mutation.

Signature:

export interface CollectionDeletePayload 

Properties

Property Modifiers Type Description
deletedCollectionId?   Maybe<Scalars[‘ID’][‘output’]> (Optional) The ID of the collection that was deleted. Returns null if the collection doesn’t exist.
shop   Shop The shop associated with the collection.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.