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