stack

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

AdminTypes.CollectionCreatePayload interface

Return type for collectionCreate mutation.

Signature:

export interface CollectionCreatePayload 

Properties

Property Modifiers Type Description
collection?   Maybe<Collection> (Optional) The collection that has been created.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.