Skip to content

Fix walk function to traverse WithClause and union larg/rarg nodes#233

Merged
pyramation merged 1 commit intomainfrom
fix/trav
Nov 23, 2025
Merged

Fix walk function to traverse WithClause and union larg/rarg nodes#233
pyramation merged 1 commit intomainfrom
fix/trav

Conversation

@pyramation
Copy link
Copy Markdown
Collaborator

  • Modified walk function to check if field type is any node type (not just 'Node')
  • Added logic to use schemaMap to determine if a field type is a node
  • Added test cases for WithClause traversal
  • Added test cases for union larg/rarg traversal
  • Fixes Walk doesn't traverse with clause #216

- Modified walk function to check if field type is any node type (not just 'Node')
- Added logic to use schemaMap to determine if a field type is a node
- Added test cases for WithClause traversal
- Added test cases for union larg/rarg traversal
- Fixes #216

Co-Authored-By: Dan Lynch <pyramation@gmail.com>
@pyramation
Copy link
Copy Markdown
Collaborator Author

closes #216

@pyramation pyramation merged commit 0c8e955 into main Nov 23, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Walk doesn't traverse with clause

1 participant