Skip to main content
Anchor to SegmentUpdatePayload

SegmentUpdatePayload

payload

Return type for segmentUpdate mutation.

•Segment

The updated segment.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Updates a segment.

Arguments

•ID!
required

Specifies the segment to be updated.

•String

The new name for the segment.

•String

A precise definition of the segment. The definition is composed of a combination of conditions on facts about customers such as email_subscription_status = 'SUBSCRIBED' with this syntax.



Was this section helpful?