forked from MystenLabs/sui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GraphQL/E2E][EASY] Finish porting variables to interpolation (Mysten…
…Labs#15529) ## Description Replace all remaining instances of GraphQL variable-based binding to interpolation-based binding (which is more general), so that we can clean-up the code in the E2E test runner that deals with GraphQL variable substitution and printing. ## Test Plan ``` sui-graphql-e2e-tests$ cargo nextest run -j 1 --features pg_integration ``` ## Stack - MystenLabs#15467 - MystenLabs#15470 - MystenLabs#15471 - MystenLabs#15472 - MystenLabs#15473 - MystenLabs#15474 - MystenLabs#15475 - MystenLabs#15484 - MystenLabs#15485 - MystenLabs#15519 - MystenLabs#15520 - MystenLabs#15521 - MystenLabs#15522 - MystenLabs#15523 - MystenLabs#15524 - MystenLabs#15525 - MystenLabs#15526 - MystenLabs#15527 - MystenLabs#15625 - MystenLabs#15528
- Loading branch information
Showing
5 changed files
with
41 additions
and
233 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
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
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
Oops, something went wrong.