stack

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

AdminTypes.SegmentCreatePayload interface

Return type for segmentCreate mutation.

Signature:

export interface SegmentCreatePayload 

Properties

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