plannedInterruption
Get planned interruptions for a given interruption id.
Arguments
The ID of the planned interruption.
Returns
PlannedInterruptionTypeExamples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query PlannedInterruption($id: ID!) {
plannedInterruption(id: $id) {
communicationTypeCode
distributorEvent
icp
interruptionDetails {
...PlannedInterruptionDetailTypeFragment
}
interruptionReason
revisionReason
sender
streetAreaAffected
uniqueFileIdentifier
}
}
Variables
{
"id": "45907763"
}
Response
{
"data": {
"plannedInterruption": {
"communicationTypeCode": "argue-personal-feel-tough-beyond",
"distributorEvent": "meet-establish-east-chance-eight",
"icp": "imagine-picture-tough-around-strong",
"interruptionDetails": [PlannedInterruptionDetailType],
"interruptionReason": "meeting-watch-establish-lose-figure",
"revisionReason": "man-material-out-drop-computer",
"sender": "serve-school-oil-later-change",
"streetAreaAffected": "mean-more-career-seven-writer",
"uniqueFileIdentifier": "38612642"
}
}
}