stack

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

AdminTypes.ShopLocaleUpdatePayload interface

Return type for shopLocaleUpdate mutation.

Signature:

export interface ShopLocaleUpdatePayload 

Properties

Property Modifiers Type Description
shopLocale?   Maybe<ShopLocale> (Optional) The locale that was updated.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.