Integration query sharing across pages.

Would be nice for integration queries to be shared across pages (not confined to only one page). Reusing queries so no duplicate sql.

Project/App level integration queries would be very useful if it plays nice with routing in the various frameworks - particularly those with file-based routing systems that encourage changing routes but make you work to not unnecessarily reload big chunks of your UI when only a few components needed updating. It wouldn’t be useful for those of us using NextJS and similar frameworks unless those integration queries persist through route changes.

Oh I see. I am only using Studio and publishing directly onto plasmic cloud so I wasn’t thinking about its other affects for codegen (I assume that’s what you’re doing?). I was hoping, for example, that I can define my queries in the plasmic workspace (just like the integrations are defined there already) and use them throughout my pages in studio.