Skip to content

Instantly share code, notes, and snippets.

@chrisdhanaraj
Created June 14, 2021 23:43
Show Gist options
  • Save chrisdhanaraj/edf5c65a64cf0a9aa0e898085eb62b24 to your computer and use it in GitHub Desktop.
Save chrisdhanaraj/edf5c65a64cf0a9aa0e898085eb62b24 to your computer and use it in GitHub Desktop.

Revisions

  1. chrisdhanaraj revised this gist Jun 14, 2021. 1 changed file with 25 additions and 1 deletion.
    26 changes: 25 additions & 1 deletion Rollup.md
    Original 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
  2. chrisdhanaraj created this gist Jun 14, 2021.
    1 change: 1 addition & 0 deletions Rollup.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ‎‎​