UpdateSegmentAccounts
Signature
mutation {
UpdateSegmentAccounts(segmentId: ...)
}
Retourne : Segment!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
segmentId | ID! | ✓ | — | — |
Exemple
mutation {
UpdateSegmentAccounts(
segmentId: $segmentId
) {
id
name
description
type {}
segmentType {}
targetType {}
userSegments {}
usersNumber
accountSegments {}
accountsNumber
updatedAt
}
}