stack

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

AdminTypes.SegmentUpdatePayload interface

Return type for segmentUpdate mutation.

Signature:

export interface SegmentUpdatePayload 

Properties

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