sui_graphql_rpc

Macro or_filter

Source
macro_rules! or_filter {
    ($query:expr, $condition:expr $(,$binds:expr)*) => { ... };
}
Expand description

Applies the OR condition to the given RawQuery and binds input string values, if any.