Home > @infiniteobjects/shopify-data-manager > AdminTypes > SegmentCreatePayload
Return type for segmentCreate
mutation.
Signature:
export interface SegmentCreatePayload
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. |