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