stack

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

AdminTypes.CollectionUpdatePayload interface

Return type for collectionUpdate mutation.

Signature:

export interface CollectionUpdatePayload 

Properties

Property Modifiers Type Description
collection?   Maybe<Collection> (Optional) The updated collection.
job?   Maybe<Job> (Optional) The asynchronous job updating the products based on the new rule set.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.