Function gql2sql::parse_query_meta

source ·
pub fn parse_query_meta<'a>(
    field: &'a Field
) -> Result<(&'a str, &'a str, bool, bool)>