Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronTTkarni authored May 22, 2024
1 parent 603de31 commit 8df58d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/intuit/gqlex/traversal/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# eXtendGql Traversal
# Traversal

The package provides the ability to traverse on **GraphQL** document.
The package uses an observable design pattern, which will give you the ability to control the traversing and to
Expand All @@ -10,7 +10,7 @@ Provide for each visited element context with:
- Parent **GraphQL** Node
- Level - the depth
- Stack with all the precedence elements in the path of the current browsed entity.
- Type - [DocumentElementType](../com/intuit/library/eXtendGql/DocumentElementType.java)
- Type - [DocumentElementType](../com/intuit/gqlex/DocumentElementType.java)

*TuneableSearchData*

Expand Down

0 comments on commit 8df58d6

Please sign in to comment.