Function fuel_indexer_graphql::arguments::parse_argument_into_param
source · pub fn parse_argument_into_param(
entity_type: Option<&String>,
arg: &str,
value: Value,
schema: &IndexerSchema
) -> Result<ParamType, GraphqlError>
Expand description
Parse an argument key-value pair into a Filter
.
parse_arguments
is the entry point for parsing all API query arguments.
Any new top-level operators should first be added here.