Created
June 14, 2021 23:43
-
-
Save chrisdhanaraj/edf5c65a64cf0a9aa0e898085eb62b24 to your computer and use it in GitHub Desktop.
Revisions
-
chrisdhanaraj revised this gist
Jun 14, 2021 . 1 changed file with 25 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1,25 @@ interface RolledUpWindow { ... propertiesofAWindow associatedWindowIds: [--> viewableIds] } { rgts_searchDealWindow: { dealEntries: { ... on Show { rolledUpWindows: [] } } } } ... we should not query the entire things, but only query the top level hiearchies. And then on expansion, query the distinct dataset. // There's too much data // Import / Export Flow Export ===> current out setup ---> Paged Query Up ====> Current -
chrisdhanaraj created this gist
Jun 14, 2021 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@