| extend type EscalationPolicyStep { | |
| actions: [Destination!]! | |
| } | |
| extend input CreateEscalationPolicyStepInput { | |
| actions: [DestinationInput!] | |
| } | |
| extend input UpdateEscalationPolicyStepInput { | |
| actions: [DestinationInput!] | |
| } | |
| extend type EscalationPolicyStep { | |
| actions: [Destination!]! | |
| } | |
| extend input CreateEscalationPolicyStepInput { | |
| actions: [DestinationInput!] | |
| } | |
| extend input UpdateEscalationPolicyStepInput { | |
| actions: [DestinationInput!] | |
| } | |