pub fn read_query( language: &str, read_query_text: impl FnMut(&str) -> String, ) -> String
reads a query by invoking read_query_text, handles any inherits directives
read_query_text
inherits