react-code-dataset / goalert /graphql2 /graph /escalationpolicy.graphqls
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
226 Bytes
extend type EscalationPolicyStep {
actions: [Destination!]!
}
extend input CreateEscalationPolicyStepInput {
actions: [DestinationInput!]
}
extend input UpdateEscalationPolicyStepInput {
actions: [DestinationInput!]
}