stack

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

AdminTypes.MetafieldsSetPayload interface

Return type for metafieldsSet mutation.

Signature:

export interface MetafieldsSetPayload 

Properties

Property Modifiers Type Description
metafields?   Maybe<Array<Metafield>> (Optional) The list of metafields that were set.
userErrors   Array<MetafieldsSetUserError> The list of errors that occurred from executing the mutation.