useanyhow::Result;usecrate::graphql::parse::parse_outer;usecrate::graphql::Query;// FIX ME: This is a temporary fix to suppress the warning
implQuery{/// # Verify the query
////// This method verifies the query to ensure it is in the correct format.
//////pub async fnverify(&self)->Result<bool>{Ok(parse_outer(&self.query))}}