GmNotificationArg
One named argument expression of a notify_* effect.
type GmNotificationArg {
name: String!
expression: String!
}
Fields
GmNotificationArg.name ● String! non-null scalar
Argument name (kind-specific: chunk_x, channel_id, payload, target_uuid, ...).
GmNotificationArg.expression ● String! non-null scalar
The expression (source) evaluated post-mutation to produce the value.
Member Of
GmFunctionNotification object