pub fn unset_query_field(
    query_data: impl AsRef<str>,
    field_name: impl AsRef<str>
) -> String
Expand description

Removes a field from the query data.

Returns the new query data.