Skip to main content

NotificationArgInput

One named argument expression of a notify_* effect.

input NotificationArgInput {
name: String!
expression: String!
}

Fields

NotificationArgInput.name ● String! non-null scalar

Argument name (kind-specific: chunk_x, channel_id, payload, target_uuid, ...).

NotificationArgInput.expression ● String! non-null scalar

Expression string (compiled to AST server-side; evaluated post-mutation).

Member Of

FunctionNotificationInput input