pub fn validate(query: &mut GqlQuery) -> Result<(), QueryError>Expand description
Validate and normalise an AST in place.
Canonicalizes edge relation strings to their snake_case form (closed set). Node kind strings pass through unchanged (pack-agnostic).