stack

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

AdminTypes.ShopLocaleEnablePayload interface

Return type for shopLocaleEnable mutation.

Signature:

export interface ShopLocaleEnablePayload 

Properties

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