Skip to main content

interpolate_args

Function interpolate_args 

Source
pub fn interpolate_args(
    args: &[String],
    store: &VariableStore,
    operation_id: &str,
) -> Result<Vec<String>, Error>
Expand description

Interpolates all {{variable}} references in a list of arguments.

ยงErrors

Returns an error if any argument references an undefined variable.