stack

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

AdminTypes.SegmentDeletePayload interface

Return type for segmentDelete mutation.

Signature:

export interface SegmentDeletePayload 

Properties

Property Modifiers Type Description
deletedSegmentId?   Maybe<Scalars[‘ID’][‘output’]> (Optional) ID of the deleted segment.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.