-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove isChild from fastJsonNode (#5184)
While forming JSON response from Subgraph, we build one intermediate data structure called fastJsonNode tree. Each fastJsonNode has some fields which help correct encoding to JSON. isChild and list are also part of these fields. Currently isChild and list are used interchangeably and serve same purpose. This PR remove isChild for simplicity and better readability of the code.
- Loading branch information
1 parent
a465b1a
commit 836faeb
Showing
1 changed file
with
10 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters