NotificationPolicyUpsertInput
No description
input NotificationPolicyUpsertInput {
allowed_transports: [NotificationTransportKey!]
config: JSONObject
enabled: Boolean
forced_transport_order: [NotificationTransportKey!]
scope: NotificationPolicyScope!
scope_key: String!
}
Fields
NotificationPolicyUpsertInput.allowed_transports ● [NotificationTransportKey!] list enum
NotificationPolicyUpsertInput.config ● JSONObject scalar
NotificationPolicyUpsertInput.enabled ● Boolean scalar
NotificationPolicyUpsertInput.forced_transport_order ● [NotificationTransportKey!] list enum
NotificationPolicyUpsertInput.scope ● NotificationPolicyScope! non-null enum
NotificationPolicyUpsertInput.scope_key ● String! non-null scalar
Member Of
upsertNotificationPolicy mutation