Skip to content

Instantly share code, notes, and snippets.

@chrisdhanaraj
Created June 14, 2021 23:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisdhanaraj/edf5c65a64cf0a9aa0e898085eb62b24 to your computer and use it in GitHub Desktop.
Save chrisdhanaraj/edf5c65a64cf0a9aa0e898085eb62b24 to your computer and use it in GitHub Desktop.
Rollups

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment