Skip to main content

UpdateSegment

Stable

Signature

mutation {
UpdateSegment(segmentId: ..., name: ...)
}

Retourne : Segment

Arguments

NomTypeRequisDéfautDescription
segmentIdID!
nameString!
descriptionString

Exemple

mutation {
UpdateSegment(
segmentId: $segmentId
name: $name
) {
# Sélectionner les champs souhaités
}
}