stack

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

AdminTypes.LocationEditPayload interface

Return type for locationEdit mutation.

Signature:

export interface LocationEditPayload 

Properties

Property Modifiers Type Description
location?   Maybe<Location> (Optional) The location that was edited.
userErrors   Array<LocationEditUserError> The list of errors that occurred from executing the mutation.