Skip to main content

TimerParamInput

One named parameter expression bound into a timer invocation.

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

Fields

TimerParamInput.name ● String! non-null scalar

Parameter name on the timer's target function.

TimerParamInput.expression ● String! non-null scalar

Expression evaluated when the timer is armed (not when it fires), in the arming invocation context.

Member Of

FunctionTimerInput input