Skip to main content

UpdateSegmentAccounts

Stable

Signature

mutation {
UpdateSegmentAccounts(segmentId: ...)
}

Retourne : Segment!

Arguments

NomTypeRequisDéfautDescription
segmentIdID!

Exemple

mutation {
UpdateSegmentAccounts(
segmentId: $segmentId
) {
id
name
description
type {}
segmentType {}
targetType {}
userSegments {}
usersNumber
accountSegments {}
accountsNumber
updatedAt
}
}