sui_graphql_rpc

Macro filter

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

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