More Specific Watched Inputs

image
it'd be nice to be able to select specific variables like {{ client_id }} or just the left-hand side: {{ typeof client_id }}. there could be cases where, in this example, typeof client_id evaluates to something that doesn't change the overall result but we still want to run this query anytime it changes.

+1