Skip to main content

NotificationRouterConfigDetailsInput

NotificationRouterConfigDetailsInput is the inout structure for the config name and event ID

input NotificationRouterConfigDetailsInput {
name: String!
eventTypeId: String!
}

Fields

NotificationRouterConfigDetailsInput.name ● String! non-null scalar

NotificationRouterConfigDetailsInput.eventTypeId ● String! non-null scalar

Member Of

createNotificationRouter mutation