sui_graphql_rpc_client::simple_client

Function resolve_variables

Source
pub fn resolve_variables(
    vars: &[GraphqlQueryVariable],
) -> Result<(BTreeMap<String, String>, BTreeMap<String, Value>), ClientError>