Hi,
How to push a commit (without fetching it) from my stream to another stream (where I also have access) through GraphQL ?
cc my colleague
@moihack (Dimitris Gounaridis @ PrismArch)
Best,
Dimitrios
Hi,
How to push a commit (without fetching it) from my stream to another stream (where I also have access) through GraphQL ?
cc my colleague
@moihack (Dimitris Gounaridis @ PrismArch)
Best,
Dimitrios
Ah, unfortunately that’s not possible via the api at the moment. To prevent data exfiltration, objects are directly tied to their stream in the db schema. Moving one from another would be quite complicated. It’s a valid request though, and I’ve logged it here!